chore(deps): update actions/cache action to v3
This commit is contained in:
parent
ffc9403000
commit
855949fb83
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
|
||||
- name: Cache Go Modules
|
||||
uses: actions/cache@v2
|
||||
uses: actions/cache@v3
|
||||
with:
|
||||
path: ~/go/pkg/mod
|
||||
key: ${{ runner.os }}-go-${{ hashFiles('**/go.sum') }}
|
||||
|
Loading…
Reference in New Issue
Block a user