Skip to content

Commit 3694581

Browse files
committed
CI: Update actions/cache to v5
1 parent 8e85169 commit 3694581

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/testflatpak.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020

2121
- name: Restore flatpak cache
2222
id: cache-flatpak-restore
23-
uses: actions/cache/restore@v4
23+
uses: actions/cache/restore@v5
2424
with:
2525
path: |
2626
/home/runner/.local/share/flatpak
@@ -41,7 +41,7 @@ jobs:
4141
- name: Save flatpak cache
4242
if: steps.cache-flatpak-restore.outputs.cache-hit != 'true'
4343
id: cache-flatpak-save
44-
uses: actions/cache/save@v4
44+
uses: actions/cache/save@v5
4545
with:
4646
path: |
4747
/home/runner/.local/share/flatpak

0 commit comments

Comments
 (0)