Skip to content

Commit d180329

Browse files
grafanarenovatebot[bot]nadiamoe
authored andcommitted
chore: Update actions/cache action to v4.2.1
1 parent e65ba61 commit d180329

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@1bd1e32a3bdc45362d1e726936510720a7c30a57 # v4.2.0
29+
uses: actions/cache/restore@0c907a75c2c80ebcb7f088228285e798b750cf8f # v4.2.1
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@1bd1e32a3bdc45362d1e726936510720a7c30a57 # v4.2.0
14+
uses: actions/cache/save@0c907a75c2c80ebcb7f088228285e798b750cf8f # v4.2.1
1515
with:
1616
key: ${{ inputs.key }}
1717
path: ${{ inputs.path }}

0 commit comments

Comments
 (0)