From 6c474d9c9655f3c805f6303ab200de316227953d Mon Sep 17 00:00:00 2001 From: "Renovate [BOT]" Date: Tue, 9 Sep 2025 13:20:11 +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 dde56bd..4aea99c 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"