chore(deps): update actions/cache action to v4 (#2108)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
parent
0752781834
commit
0c0b799ccf
|
|
@ -36,7 +36,7 @@ jobs:
|
||||||
go-version: ~1.24.0
|
go-version: ~1.24.0
|
||||||
- name: Cache Go
|
- name: Cache Go
|
||||||
id: go-cache
|
id: go-cache
|
||||||
uses: actions/cache@2f8e54208210a422b2efd51efaa6bd6d7ca8920f # v3
|
uses: actions/cache@5a3ec84eff668545956fd18022155c47e93e2684 # v4
|
||||||
with:
|
with:
|
||||||
path: |
|
path: |
|
||||||
~/go/bin
|
~/go/bin
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue