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 11a94c8 commit 1bd4baaCopy full SHA for 1bd4baa
.github/workflows/release.yaml
@@ -27,7 +27,7 @@ jobs:
27
go-version: ${{ env.GO_VERSION }}
28
- name: Checkout code
29
uses: actions/checkout@v2
30
- - uses: actions/cache@v2
+ - uses: actions/cache@v3
31
with:
32
path: ~/go/pkg/mod
33
key: ${{ runner.os }}-go-${{ hashFiles('**/go.sum') }}
0 commit comments