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