We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 06f4106 commit 8a48566Copy full SHA for 8a48566
action.yml
@@ -30,7 +30,7 @@ runs:
30
31
- name: 🛻 Restore Binary
32
id: cache-restore
33
- uses: actions/cache/restore@v4
+ uses: actions/cache/restore@v5
34
with:
35
path: ${{ env.BINARY_PATH }}
36
key: build-cache-${{ runner.os }}-${{ env.VERSION_NUMBER }}
@@ -52,7 +52,7 @@ runs:
52
53
- name: 💾 Save Binary
54
if: steps.cache-restore.outputs.cache-hit != 'true'
55
- uses: actions/cache/save@v4
+ uses: actions/cache/save@v5
56
57
58
0 commit comments