We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8e85169 commit 3694581Copy full SHA for 3694581
1 file changed
.github/workflows/testflatpak.yml
@@ -20,7 +20,7 @@ jobs:
20
21
- name: Restore flatpak cache
22
id: cache-flatpak-restore
23
- uses: actions/cache/restore@v4
+ uses: actions/cache/restore@v5
24
with:
25
path: |
26
/home/runner/.local/share/flatpak
@@ -41,7 +41,7 @@ jobs:
41
- name: Save flatpak cache
42
if: steps.cache-flatpak-restore.outputs.cache-hit != 'true'
43
id: cache-flatpak-save
44
- uses: actions/cache/save@v4
+ uses: actions/cache/save@v5
45
46
47
0 commit comments