From 5a24c22470d63a43510cae3e007d856a30c025a9 Mon Sep 17 00:00:00 2001 From: "Renovate [BOT]" Date: Thu, 4 Sep 2025 04:46:19 +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 00b3e73..575dd89 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"