Skip to content

Commit a6cb46d

Browse files
authored
Merge pull request #68 from lima-vm/dependabot/github_actions/actions/cache-5
Bump actions/cache from 4 to 5
2 parents d15b52f + ec43046 commit a6cb46d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
run: cd ./cmd/go-qcow2reader-example && go install
3030
- name: Cache test-images-ro
3131
id: cache-test-images-ro
32-
uses: actions/cache@v4
32+
uses: actions/cache@v5
3333
with:
3434
path: test-images-ro
3535
key: ${{ runner.os }}-${{ hashFiles('.github/workflows/test.yml') }}

0 commit comments

Comments
 (0)