Skip to content

Commit

Permalink
ci: update to v4 cache
Browse files Browse the repository at this point in the history
Signed-off-by: Ming Lei <[email protected]>
  • Loading branch information
ming1 committed Jan 25, 2025
1 parent 3c8132a commit 13f9bc1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
- x86_64-unknown-linux-gnu
- i686-unknown-linux-gnu
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: Install dependencies
if: matrix.target == 'i686-unknown-linux-gnu'
run: |
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,13 +33,13 @@ jobs:
sudo systemctl enable --now systemd-networkd
- name: "cache: os packages"
uses: actions/cache@v3
uses: actions/cache@v4
with:
path: ~/mkosi.cache
key: fedora-cache-v1

- name: "acquire: rublk"
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: "build: fedora image"
working-directory: ci
Expand Down

0 comments on commit 13f9bc1

Please sign in to comment.