Skip to content

Commit 34f518d

Browse files
authored
Merge pull request #30 from pddg/dependabot/github_actions/actions/cache-5.0.2
chore(deps): bump actions/cache from 5.0.1 to 5.0.2
2 parents 9e79a69 + d45dca7 commit 34f518d

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/build.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
- uses: actions/setup-go@7a3fe6cf4cb3a834922a1244abfce67bcef6a0c5 # v6.2.0
1717
with:
1818
go-version-file: go.mod
19-
- uses: actions/cache/restore@9255dc7a253b0ccc959486e2bca901246202afeb # v5.0.1
19+
- uses: actions/cache/restore@8b402f58fbc84540c8b491a91e594a4576fec3d7 # v5.0.2
2020
with:
2121
path: ~/.local/share/aquaproj-aqua
2222
key: v1-aqua-installer-${{runner.os}}-${{runner.arch}}-${{hashFiles('aqua.yaml')}}
@@ -46,7 +46,7 @@ jobs:
4646
with:
4747
name: build
4848
path: build.tar
49-
- uses: actions/cache/save@9255dc7a253b0ccc959486e2bca901246202afeb # v5.0.1
49+
- uses: actions/cache/save@8b402f58fbc84540c8b491a91e594a4576fec3d7 # v5.0.2
5050
if: github.event_name == 'push'
5151
with:
5252
path: ~/.local/share/aquaproj-aqua

0 commit comments

Comments
 (0)