Skip to content

Commit 81ff4f1

Browse files
grafanarenovatebot[bot]mem
authored andcommitted
chore: Update actions/cache action to v4.2.4
1 parent 8e297e9 commit 81ff4f1

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ runs:
2828
2929
- name: Restore Go cache
3030
id: restore-go-cache
31-
uses: actions/cache/restore@5a3ec84eff668545956fd18022155c47e93e2684 # v4.2.3
31+
uses: actions/cache/restore@0400d5f644dc74513175e3cd8d07132dd4860809 # v4.2.4
3232
with:
3333
key: go-cache-${{ steps.compute-cache-info.outputs.key }}
3434
path: ${{ steps.compute-cache-info.outputs.path }}

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

Lines changed: 1 addition & 1 deletion
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@5a3ec84eff668545956fd18022155c47e93e2684 # v4.2.3
14+
uses: actions/cache/save@0400d5f644dc74513175e3cd8d07132dd4860809 # v4.2.4
1515
with:
1616
key: ${{ inputs.key }}
1717
path: ${{ inputs.path }}

0 commit comments

Comments
 (0)