Skip to content

Commit 1bd4baa

Browse files
committed
fixing cache issue
1 parent 11a94c8 commit 1bd4baa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
go-version: ${{ env.GO_VERSION }}
2828
- name: Checkout code
2929
uses: actions/checkout@v2
30-
- uses: actions/cache@v2
30+
- uses: actions/cache@v3
3131
with:
3232
path: ~/go/pkg/mod
3333
key: ${{ runner.os }}-go-${{ hashFiles('**/go.sum') }}

0 commit comments

Comments
 (0)