Skip to content

Commit 240241a

Browse files
authored
Merge pull request #25 from pddg/dependabot/github_actions/actions/cache-5.0.1
chore(deps): bump actions/cache from 4.3.0 to 5.0.1
2 parents 6a71289 + 587e04f commit 240241a

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@4dc6199c7b1a012772edbd06daecab0f50c9053c # v6.1.0
1717
with:
1818
go-version-file: go.mod
19-
- uses: actions/cache/restore@0057852bfaa89a56745cba8c7296529d2fc39830 # v4.3.0
19+
- uses: actions/cache/restore@9255dc7a253b0ccc959486e2bca901246202afeb # v5.0.1
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@0057852bfaa89a56745cba8c7296529d2fc39830 # v4.3.0
49+
- uses: actions/cache/save@9255dc7a253b0ccc959486e2bca901246202afeb # v5.0.1
5050
if: github.event_name == 'push'
5151
with:
5252
path: ~/.local/share/aquaproj-aqua

0 commit comments

Comments
 (0)