We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 033f535 + 2289ae1 commit f089686Copy full SHA for f089686
1 file changed
.github/workflows/tests.yml
@@ -29,7 +29,7 @@ jobs:
29
30
- name: Restore bubblewrap from cache
31
id: cache-bwrap
32
- uses: actions/cache/restore@v4
+ uses: actions/cache/restore@v5
33
with:
34
path: /tmp/bwrap-bin
35
key: bwrap-${{ runner.os }}-${{ steps.bwrap-commit.outputs.commit }}
@@ -60,7 +60,7 @@ jobs:
60
61
- name: Save bubblewrap to cache
62
if: steps.cache-bwrap.outputs.cache-hit != 'true'
63
- uses: actions/cache/save@v4
+ uses: actions/cache/save@v5
64
65
66
0 commit comments