Skip to content

Commit b0eb101

Browse files
Bump actions/cache from 3.3.1 to v3 (#38)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Jirka Borovec <6035284+Borda@users.noreply.github.com>
1 parent 3727067 commit b0eb101

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/code-format.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616

1717
- name: set PY
1818
run: echo "PY=$(python -VV | sha256sum | cut -d' ' -f1)" >> $GITHUB_ENV
19-
- uses: actions/cache@v3.3.1
19+
- uses: actions/cache@v3
2020
with:
2121
path: ~/.cache/pre-commit
2222
key: pre-commit|${{ env.PY }}|${{ hashFiles('.pre-commit-config.yaml') }}

0 commit comments

Comments
 (0)