We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f82303b commit 1aa025aCopy full SHA for 1aa025a
.github/workflows/test.yml
@@ -20,7 +20,7 @@ jobs:
20
21
- name: Cache build artifacts
22
id: cache-go
23
- uses: actions/cache@v2
+ uses: actions/cache@v3
24
with:
25
path: |
26
~/go/pkg/mod
0 commit comments