We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e65ba61 commit d180329Copy full SHA for d180329
.github/actions/go-cache-restore/action.yml
@@ -26,7 +26,7 @@ runs:
26
27
- name: Restore Go cache
28
id: restore-go-cache
29
- uses: actions/cache/restore@1bd1e32a3bdc45362d1e726936510720a7c30a57 # v4.2.0
+ uses: actions/cache/restore@0c907a75c2c80ebcb7f088228285e798b750cf8f # v4.2.1
30
with:
31
key: go-cache-${{ steps.compute-cache-info.outputs.key }}
32
path: ${{ steps.compute-cache-info.outputs.path }}
.github/actions/go-cache-save/action.yml
@@ -11,7 +11,7 @@ runs:
11
using: "composite"
12
steps:
13
- name: Save Go cache
14
- uses: actions/cache/save@1bd1e32a3bdc45362d1e726936510720a7c30a57 # v4.2.0
+ uses: actions/cache/save@0c907a75c2c80ebcb7f088228285e798b750cf8f # v4.2.1
15
16
key: ${{ inputs.key }}
17
path: ${{ inputs.path }}
0 commit comments