We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 3d86157 + 01a7f36 commit f3f6266Copy full SHA for f3f6266
.github/workflows/build.yaml
@@ -19,7 +19,7 @@ jobs:
19
- name: Checkout
20
uses: actions/checkout@v3
21
- name: Restore Go cache
22
- uses: actions/cache@v3.2.5
+ uses: actions/cache@v3.3.1
23
with:
24
path: ~/go/pkg/mod
25
key: ${{ runner.os }}-go-${{ hashFiles('**/go.sum') }}
0 commit comments