Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:

- name: Restore bubblewrap from cache
id: cache-bwrap
uses: actions/cache/restore@v4
uses: actions/cache/restore@v5
with:
path: /tmp/bwrap-bin
key: bwrap-${{ runner.os }}-${{ steps.bwrap-commit.outputs.commit }}
Expand Down Expand Up @@ -60,7 +60,7 @@ jobs:

- name: Save bubblewrap to cache
if: steps.cache-bwrap.outputs.cache-hit != 'true'
uses: actions/cache/save@v4
uses: actions/cache/save@v5
with:
path: /tmp/bwrap-bin
key: bwrap-${{ runner.os }}-${{ steps.bwrap-commit.outputs.commit }}
Expand Down