Skip to content

Commit b7ba707

Browse files
committed
README: update to actions/cache@v2
1 parent e8788b8 commit b7ba707

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ Use [actions/cache](https://github.com/actions/cache). For example, to cache
6363
downloaded modules:
6464

6565
```
66-
- uses: actions/cache@v1
66+
- uses: actions/cache@v2
6767
with:
6868
path: ~/go/pkg/mod
6969
key: ${{ runner.os }}-go-${{ hashFiles('**/go.sum') }}

0 commit comments

Comments
 (0)