From b7a4308406da609e681ac48a8dc098c565359b8c Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Sun, 26 Oct 2025 03:16:53 +0000 Subject: [PATCH] chore(deps): update https://code.forgejo.org/actions/setup-python action to v6 --- .forgejo/workflows/ci.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.forgejo/workflows/ci.yaml b/.forgejo/workflows/ci.yaml index a8f073a..fa7678b 100644 --- a/.forgejo/workflows/ci.yaml +++ b/.forgejo/workflows/ci.yaml @@ -8,7 +8,7 @@ jobs: runs-on: ubuntu-22.04 steps: - uses: https://code.forgejo.org/actions/checkout@v5 - - uses: https://code.forgejo.org/actions/setup-python@v5 + - uses: https://code.forgejo.org/actions/setup-python@v6 with: python-version: '3.10' - uses: opentofu/setup-opentofu@v1 -- 2.52.0