File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 5959
6060 # Same as https://github.com/golangci/golangci-lint-action#caching-internals
6161 - name : Set up golangci-lint cache
62- uses : actions/cache@0400d5f644dc74513175e3cd8d07132dd4860809 # v4.2.4
62+ uses : actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4.3.0
6363 with :
6464 path : |
6565 ~/.cache/golangci-lint
8080 echo "PY_HASH=$(python -VV | sha256sum | cut -d' ' -f1)" >> $GITHUB_ENV
8181
8282 - name : Set up pre-commit cache
83- uses : actions/cache@0400d5f644dc74513175e3cd8d07132dd4860809 # v4.2.4
83+ uses : actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4.3.0
8484 with :
8585 path : ~/.cache/pre-commit
8686 key : pre-commit-go${{ env.GO_VERSION }}-${{ env.PY_HASH }}-${{ hashFiles('.pre-commit-config.yaml') }}
You can’t perform that action at this time.
0 commit comments