Merge pull request #6682 from mruby/dependabot/github_actions/actions/cache-5

This commit is contained in:
Yukihiro "Matz" Matsumoto
2025-12-14 23:06:47 +09:00
committed by GitHub
+1 -1
View File
@@ -19,7 +19,7 @@ jobs:
pip install pre-commit
- name: Set PY
run: echo "PY=$(python -VV | sha256sum | cut -d' ' -f1)" >> "$GITHUB_ENV"
- uses: actions/cache@v4
- uses: actions/cache@v5
with:
path: ~/.cache/pre-commit
key: pre-commit|${{ env.PY }}|${{ hashFiles('.pre-commit-config.yaml') }}