diff --git a/action.yml b/action.yml index 47618f2..fbf6b6c 100644 --- a/action.yml +++ b/action.yml @@ -47,7 +47,7 @@ runs: python -m pip install --upgrade pip python -m pip install --quiet pre-commit==3.7.1 shell: bash - - uses: actions/cache/restore@0057852bfaa89a56745cba8c7296529d2fc39830 # v4.3.0 + - uses: actions/cache/restore@9255dc7a253b0ccc959486e2bca901246202afeb # v5.0.1 id: restore-cache with: key: pre-commit|${{ env.pythonLocation }}|${{ hashFiles(env.CONFIG_PATH) }} @@ -65,7 +65,7 @@ runs: run: | pre-commit install-hooks --config="$CONFIG_PATH" shell: bash - - uses: actions/cache/save@0057852bfaa89a56745cba8c7296529d2fc39830 # v4.3.0 + - uses: actions/cache/save@9255dc7a253b0ccc959486e2bca901246202afeb # v5.0.1 if: steps.restore-cache.outputs.cache-hit != 'true' && github.ref == format('refs/heads/{0}', github.event.repository.default_branch) with: