Thanks to visit codestin.com Credit goes to github.com
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.
1 parent e8788b8 commit b7ba707Copy full SHA for b7ba707
README.md
@@ -63,7 +63,7 @@ Use [actions/cache](https://github.com/actions/cache). For example, to cache
63
downloaded modules:
64
65
```
66
-- uses: actions/cache@v1
+- uses: actions/cache@v2
67
with:
68
path: ~/go/pkg/mod
69
key: ${{ runner.os }}-go-${{ hashFiles('**/go.sum') }}
0 commit comments