2 parents 6a71289 + 587e04f commit 240241aCopy full SHA for 240241a
1 file changed
.github/workflows/build.yaml
@@ -16,7 +16,7 @@ jobs:
16
- uses: actions/setup-go@4dc6199c7b1a012772edbd06daecab0f50c9053c # v6.1.0
17
with:
18
go-version-file: go.mod
19
- - uses: actions/cache/restore@0057852bfaa89a56745cba8c7296529d2fc39830 # v4.3.0
+ - uses: actions/cache/restore@9255dc7a253b0ccc959486e2bca901246202afeb # v5.0.1
20
21
path: ~/.local/share/aquaproj-aqua
22
key: v1-aqua-installer-${{runner.os}}-${{runner.arch}}-${{hashFiles('aqua.yaml')}}
@@ -46,7 +46,7 @@ jobs:
46
47
name: build
48
path: build.tar
49
- - uses: actions/cache/save@0057852bfaa89a56745cba8c7296529d2fc39830 # v4.3.0
+ - uses: actions/cache/save@9255dc7a253b0ccc959486e2bca901246202afeb # v5.0.1
50
if: github.event_name == 'push'
51
52
0 commit comments