From f0e17bc503dbbae6aa97854a5b6e5128fc3f6220 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 20 Jul 2026 05:11:48 +0000 Subject: [PATCH] ci: update actions/setup-python action to v7 --- .github/workflows/setup-repository.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/setup-repository.yml b/.github/workflows/setup-repository.yml index 1c8e458..a041f03 100644 --- a/.github/workflows/setup-repository.yml +++ b/.github/workflows/setup-repository.yml @@ -54,7 +54,7 @@ jobs: const config = { name: context.repo.repo }; require('fs').writeFileSync('cookiecutter.json', JSON.stringify(config), { encoding: 'utf-8' }); - - uses: actions/setup-python@v3 + - uses: actions/setup-python@5fda3b95a4ea91299a34e894583c3862153e4b97 # v7 with: python-version: '3.x'