Skip to content

Commit 386c683

Browse files
chore(deps-dev): update actions/cache action to v3.5.0
1 parent ab2ecea commit 386c683

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
@@ -83,7 +83,7 @@ jobs:
8383
with:
8484
go-version: 1.20.5
8585
- name: Restore Go cache
86-
uses: actions/cache@704facf57e6136b1bc63b828d79edcd491f0ee84 # v3.3.2
86+
uses: actions/cache@6f8efc29b200d32929f49075959781ed54ec270c # v3.5.0
8787
with:
8888
path: ~/go/pkg/mod
8989
key: ${{ runner.os }}-go-${{ hashFiles('**/go.sum') }}

0 commit comments

Comments
 (0)