diff --git a/action.yml b/action.yml index 5525adf..08e0c38 100644 --- a/action.yml +++ b/action.yml @@ -16,7 +16,7 @@ runs: - run: python -m pip freeze --local shell: bash - id: cache - uses: actions/cache@v5 + uses: actions/cache@v6 with: path: ~/.cache/pre-commit key: pre-commit-3|${{ env.pythonLocation }}|${{ inputs.extra_cache_key }}|${{ hashFiles('.pre-commit-config.yaml') }}