Skip to content

Commit eaefcc8

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

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
@@ -23,7 +23,7 @@ jobs:
2323
echo "GOPATH=$(go env GOPATH)" >> $GITHUB_ENV
2424
echo "$(go env GOPATH)/bin" >> $GITHUB_PATH
2525
- name: Module cache
26-
uses: actions/cache@v3
26+
uses: actions/cache@v4
2727
env:
2828
cache-name: go-mod-cache
2929
with:
@@ -49,7 +49,7 @@ jobs:
4949
echo "GOPATH=$(go env GOPATH)" >> $GITHUB_ENV
5050
echo "$(go env GOPATH)/bin" >> $GITHUB_PATH
5151
- name: Module cache
52-
uses: actions/cache@v3
52+
uses: actions/cache@v4
5353
env:
5454
cache-name: go-mod-cache
5555
with:

0 commit comments

Comments
 (0)