Skip to content

Commit 49783ae

Browse files
Bump actions/cache from 5.0.1 to 5.0.3 (#416)
1 parent d381bd9 commit 49783ae

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@83679a892e2d95755f2dac6acb0bfd1e9ac5d548
1717
- name: set PY
1818
run: echo "PY=$(python -VV | sha256sum | cut -d' ' -f1)" >> $GITHUB_ENV
19-
- uses: actions/cache@9255dc7a253b0ccc959486e2bca901246202afeb
19+
- uses: actions/cache@cdf6c1fa76f9f475f3d7449005a359c84ca0f306
2020
with:
2121
path: ~/.cache/pre-commit
2222
key: pre-commit|${{ env.PY }}|${{ hashFiles('.pre-commit-config.yaml') }}

0 commit comments

Comments
 (0)