2 parents ad150ad + 2fc8026 commit 479f24aCopy full SHA for 479f24a
1 file changed
.github/workflows/build.yml
@@ -54,7 +54,7 @@ jobs:
54
if-no-files-found: error
55
56
- name: Save cache
57
- uses: actions/cache/save@v4
+ uses: actions/cache/save@v5
58
with:
59
path: ${{ github.workspace }}
60
key: plugin
@@ -95,7 +95,7 @@ jobs:
95
changes: ${{ needs.changes.outputs.changes }}
96
steps:
97
- name: Restore cache
98
- uses: actions/cache/restore@v4
+ uses: actions/cache/restore@v5
99
100
101
0 commit comments