From 8f9359308fbf4df9a7d2ad00dcd48c3df425ff99 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Wed, 22 Jul 2026 02:00:07 +0000 Subject: [PATCH] chore(deps): update actions/setup-python action to v7 --- .github/workflows/ci.yaml | 2 +- action.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index cd4c689..c4c8c69 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -44,7 +44,7 @@ jobs: with: fetch-depth: 0 - name: Setup python - uses: actions/setup-python@v6 + uses: actions/setup-python@v7 with: python-version-file: ".python-version" - name: Install pre-commit diff --git a/action.yaml b/action.yaml index 60c63ad..ad38f3a 100644 --- a/action.yaml +++ b/action.yaml @@ -71,7 +71,7 @@ runs: - name: Setup python # Only run this if we don't already have a pre-commit on the PATH if: env.PYTHON_BIN == null && env.PRE_COMMIT_BIN == null && steps.pre-commit-config.outputs.exists != 'false' - uses: actions/setup-python@v6 + uses: actions/setup-python@v7 - name: Determine node version id: node-version shell: bash