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 e22840bCopy full SHA for e22840b
.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@2f8e54208210a422b2efd51efaa6bd6d7ca8920f # v3.4.3
87
88
path: ~/go/pkg/mod
89
key: ${{ runner.os }}-go-${{ hashFiles('**/go.sum') }}
0 commit comments