Skip to content

Commit a75b5b2

Browse files
chore(deps): update actions/cache action to v4.3.0 (#6111)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 6a29b48 commit a75b5b2

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@0400d5f644dc74513175e3cd8d07132dd4860809 # v4.2.4
62+
uses: actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4.3.0
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@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') }}

0 commit comments

Comments
 (0)