Skip to content

Commit 053d339

Browse files
chore(deps): update actions/cache action to v4.2.4 (#5880)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 8c7cb90 commit 053d339

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/pre-commit.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ jobs:
5959
6060
# Same as https://github.com/golangci/golangci-lint-action#caching-internals
6161
- name: Set up golangci-lint cache
62-
uses: actions/cache@5a3ec84eff668545956fd18022155c47e93e2684 # v4.2.3
62+
uses: actions/cache@0400d5f644dc74513175e3cd8d07132dd4860809 # v4.2.4
6363
with:
6464
path: |
6565
~/.cache/golangci-lint
@@ -80,7 +80,7 @@ jobs:
8080
echo "PY_HASH=$(python -VV | sha256sum | cut -d' ' -f1)" >> $GITHUB_ENV
8181
8282
- name: Set up pre-commit cache
83-
uses: actions/cache@5a3ec84eff668545956fd18022155c47e93e2684 # v4.2.3
83+
uses: actions/cache@0400d5f644dc74513175e3cd8d07132dd4860809 # v4.2.4
8484
with:
8585
path: ~/.cache/pre-commit
8686
key: pre-commit-go${{ env.GO_VERSION }}-${{ env.PY_HASH }}-${{ hashFiles('.pre-commit-config.yaml') }}

0 commit comments

Comments
 (0)