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