We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8e297e9 commit 81ff4f1Copy full SHA for 81ff4f1
.github/actions/go-cache-restore/action.yml
@@ -28,7 +28,7 @@ runs:
28
29
- name: Restore Go cache
30
id: restore-go-cache
31
- uses: actions/cache/restore@5a3ec84eff668545956fd18022155c47e93e2684 # v4.2.3
+ uses: actions/cache/restore@0400d5f644dc74513175e3cd8d07132dd4860809 # v4.2.4
32
with:
33
key: go-cache-${{ steps.compute-cache-info.outputs.key }}
34
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@5a3ec84eff668545956fd18022155c47e93e2684 # v4.2.3
+ uses: actions/cache/save@0400d5f644dc74513175e3cd8d07132dd4860809 # v4.2.4
15
16
key: ${{ inputs.key }}
17
path: ${{ inputs.path }}
0 commit comments