Skip to content

Commit

Permalink
Merge pull request #19 from lima-vm/dependabot/github_actions/actions…
Browse files Browse the repository at this point in the history
…/cache-4

Bump actions/cache from 3 to 4
  • Loading branch information
AkihiroSuda authored Jan 17, 2024
2 parents 7b08512 + 3ed6e82 commit 5690c75
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
sudo apt-get install -y qemu-utils
- name: Cache test-images-ro
id: cache-test-images-ro
uses: actions/cache@v3
uses: actions/cache@v4
with:
path: test-images-ro
key: ${{ runner.os }}-${{ hashFiles('.github/workflows/test.yml') }}
Expand Down

0 comments on commit 5690c75

Please sign in to comment.