Skip to content

Commit c466ed2

Browse files
chore(deps): update actions/cache digest to 0400d5f (#427)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 6879af3 commit c466ed2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/pr-checks.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
echo "GOPATH=$(go env GOPATH)" >> $GITHUB_ENV
2222
echo "$(go env GOPATH)/bin" >> $GITHUB_PATH
2323
- name: Module cache
24-
uses: actions/cache@5a3ec84eff668545956fd18022155c47e93e2684 # v4
24+
uses: actions/cache@0400d5f644dc74513175e3cd8d07132dd4860809 # v4
2525
env:
2626
cache-name: go-mod-cache
2727
with:
@@ -47,7 +47,7 @@ jobs:
4747
echo "GOPATH=$(go env GOPATH)" >> $GITHUB_ENV
4848
echo "$(go env GOPATH)/bin" >> $GITHUB_PATH
4949
- name: Module cache
50-
uses: actions/cache@5a3ec84eff668545956fd18022155c47e93e2684 # v4
50+
uses: actions/cache@0400d5f644dc74513175e3cd8d07132dd4860809 # v4
5151
env:
5252
cache-name: go-mod-cache
5353
with:

0 commit comments

Comments
 (0)