Merge pull request #6146 from mruby/dependabot/github_actions/actions/cache-4

build(deps): bump actions/cache from 3 to 4
This commit is contained in:
Yukihiro "Matz" Matsumoto
2024-01-20 23:24:40 +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@v3
- uses: actions/cache@v4
with:
path: ~/.cache/pre-commit
key: pre-commit|${{ env.PY }}|${{ hashFiles('.pre-commit-config.yaml') }}