2 parents 9e79a69 + d45dca7 commit 34f518dCopy full SHA for 34f518d
1 file changed
.github/workflows/build.yaml
@@ -16,7 +16,7 @@ jobs:
16
- uses: actions/setup-go@7a3fe6cf4cb3a834922a1244abfce67bcef6a0c5 # v6.2.0
17
with:
18
go-version-file: go.mod
19
- - uses: actions/cache/restore@9255dc7a253b0ccc959486e2bca901246202afeb # v5.0.1
+ - uses: actions/cache/restore@8b402f58fbc84540c8b491a91e594a4576fec3d7 # v5.0.2
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@9255dc7a253b0ccc959486e2bca901246202afeb # v5.0.1
+ - uses: actions/cache/save@8b402f58fbc84540c8b491a91e594a4576fec3d7 # v5.0.2
50
if: github.event_name == 'push'
51
52
0 commit comments