From b4785138a1913432007218f69601c57c05aab5a9 Mon Sep 17 00:00:00 2001 From: "Renovate [BOT]" Date: Thu, 4 Sep 2025 04:47:30 +0000 Subject: [PATCH] chore(deps): update actions/setup-python action to v6 --- .gitea/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitea/workflows/ci.yml b/.gitea/workflows/ci.yml index 5b13d46..f8f60fb 100644 --- a/.gitea/workflows/ci.yml +++ b/.gitea/workflows/ci.yml @@ -25,7 +25,7 @@ jobs: no-fail: true - name: Setup Python - uses: actions/setup-python@v5 + uses: actions/setup-python@v6 with: python-version: "3.13"