chore(deps): update actions/cache action to v3 - autoclosed #8
2
.github/workflows/test.yml
vendored
2
.github/workflows/test.yml
vendored
@ -33,7 +33,7 @@ jobs:
|
|||||||
|
|
||||||
# See https://github.com/actions/cache/blob/master/examples.md#go---modules
|
# See https://github.com/actions/cache/blob/master/examples.md#go---modules
|
||||||
- name: Cache Go Modules
|
- name: Cache Go Modules
|
||||||
uses: actions/cache@v2
|
uses: actions/cache@v3
|
||||||
with:
|
with:
|
||||||
path: ~/go/pkg/mod
|
path: ~/go/pkg/mod
|
||||||
key: ${{ runner.os }}-go-${{ hashFiles('**/go.sum') }}
|
key: ${{ runner.os }}-go-${{ hashFiles('**/go.sum') }}
|
||||||
|
Loading…
Reference in New Issue
Block a user