From 6a1f5290ba5e13b387aa9e151b07d38f45343a32 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Tue, 21 Jul 2026 00:53:21 +0000 Subject: [PATCH] chore(deps): update https://code.forgejo.org/actions/setup-python action to v7 --- .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 ed5f8c0..cfd5af3 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@v7 - - uses: https://code.forgejo.org/actions/setup-python@v6 + - uses: https://code.forgejo.org/actions/setup-python@v7 with: python-version: '3.10' - uses: opentofu/setup-opentofu@v2 -- 2.52.0