We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ab2ecea commit 386c683Copy full SHA for 386c683
.github/workflows/pr-build.yaml
@@ -83,7 +83,7 @@ jobs:
83
with:
84
go-version: 1.20.5
85
- name: Restore Go cache
86
- uses: actions/cache@704facf57e6136b1bc63b828d79edcd491f0ee84 # v3.3.2
+ uses: actions/cache@6f8efc29b200d32929f49075959781ed54ec270c # v3.5.0
87
88
path: ~/go/pkg/mod
89
key: ${{ runner.os }}-go-${{ hashFiles('**/go.sum') }}
0 commit comments