We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ad01f9b commit 1904da1Copy full SHA for 1904da1
.github/workflows/build.yml
@@ -33,7 +33,7 @@
33
'with':
34
'go-version': '${{ env.GO_VERSION }}'
35
- 'name': 'Set up Go modules cache'
36
- 'uses': 'actions/cache@v2'
+ 'uses': 'actions/cache@v4'
37
38
'path': '~/go/pkg/mod'
39
'key': "${{ runner.os }}-go-${{ hashFiles('go.sum') }}"
@@ -55,7 +55,7 @@
55
56
57
58
59
60
61
0 commit comments