Skip to content

Commit d1ab41b

Browse files
Bump actions/cache from 5.0.3 to 5.0.4 (#421)
1 parent 8305a96 commit d1ab41b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/pre-commit.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
- uses: actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405
1717
- name: set PY
1818
run: echo "PY=$(python -VV | sha256sum | cut -d' ' -f1)" >> $GITHUB_ENV
19-
- uses: actions/cache@cdf6c1fa76f9f475f3d7449005a359c84ca0f306
19+
- uses: actions/cache@668228422ae6a00e4ad889ee87cd7109ec5666a7
2020
with:
2121
path: ~/.cache/pre-commit
2222
key: pre-commit|${{ env.PY }}|${{ hashFiles('.pre-commit-config.yaml') }}

0 commit comments

Comments
 (0)