Skip to content

Commit 6a5b781

Browse files
chore: Update actions/cache action to v4.2.3 (#1275)
Co-authored-by: grafanarenovatebot[bot] <146220760+grafanarenovatebot[bot]@users.noreply.github.com>
1 parent db2c8c2 commit 6a5b781

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/actions/go-cache-restore/action.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ runs:
2626
2727
- name: Restore Go cache
2828
id: restore-go-cache
29-
uses: actions/cache/restore@d4323d4df104b026a6aa633fdb11d772146be0bf # v4.2.2
29+
uses: actions/cache/restore@5a3ec84eff668545956fd18022155c47e93e2684 # v4.2.3
3030
with:
3131
key: go-cache-${{ steps.compute-cache-info.outputs.key }}
3232
path: ${{ steps.compute-cache-info.outputs.path }}

.github/actions/go-cache-save/action.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ runs:
1111
using: "composite"
1212
steps:
1313
- name: Save Go cache
14-
uses: actions/cache/save@d4323d4df104b026a6aa633fdb11d772146be0bf # v4.2.2
14+
uses: actions/cache/save@5a3ec84eff668545956fd18022155c47e93e2684 # v4.2.3
1515
with:
1616
key: ${{ inputs.key }}
1717
path: ${{ inputs.path }}

0 commit comments

Comments
 (0)