From 2c3ff364555ed3f9085fb80c292032455a4a8879 Mon Sep 17 00:00:00 2001 From: "Renovate [BOT]" Date: Tue, 9 Sep 2025 13:17:37 +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 51a7545..dd2e403 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