We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a55ac10 commit b84a5aaCopy full SHA for b84a5aa
.github/workflows/ci.yml
@@ -9,7 +9,7 @@ jobs:
9
- uses: actions/setup-go@v2
10
with:
11
go-version: "1.18"
12
- - uses: actions/cache@v2
+ - uses: actions/cache@v3
13
14
path: |
15
~/go
.github/workflows/release.yml
@@ -13,7 +13,7 @@ jobs:
16
17
18
19
0 commit comments