Skip to content

Commit 60f6e17

Browse files
chore(deps): update actions/cache action to v3.3.1
1 parent aef0983 commit 60f6e17

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/pr-build.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
with:
1919
go-version: 1.20.x
2020
- name: Restore Go cache
21-
uses: actions/cache@4723a57e26efda3a62cbde1812113b730952852d #v3.2.2
21+
uses: actions/cache@88522ab9f39a2ea568f7027eddc7d8d8bc9d59c8 # v3.3.1
2222
with:
2323
path: ~/go/pkg/mod
2424
key: ${{ runner.os }}-go-${{ hashFiles('**/go.sum') }}

0 commit comments

Comments
 (0)