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.
2 parents 89afe99 + 240a343 commit 9a1aff9Copy full SHA for 9a1aff9
.github/workflows/nightly.yml
@@ -29,7 +29,7 @@ jobs:
29
echo "::set-output name=cache::$(go env GOCACHE)"
30
echo "::set-output name=modcache::$(go env GOMODCACHE)"
31
- name: Set up cache
32
- uses: actions/cache@v3.0.6
+ uses: actions/cache@v3.0.7
33
with:
34
path: |
35
${{ steps.go-env.outputs.cache }}
.github/workflows/test.yml
@@ -45,7 +45,7 @@ jobs:
45
46
47
48
49
50
51
0 commit comments