Skip to content

Commit 3a09e23

Browse files
authored
Merge pull request #71 from lima-vm/dependabot/github_actions/actions/checkout-7
Bump actions/checkout from 6 to 7
2 parents 6b914b8 + 0fe1aac commit 3a09e23

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
- uses: actions/setup-go@v6
1313
with:
1414
go-version: 1.24.x
15-
- uses: actions/checkout@v6
15+
- uses: actions/checkout@v7
1616
with:
1717
fetch-depth: 1
1818
- name: Run golangci-lint
@@ -66,7 +66,7 @@ jobs:
6666
- uses: actions/setup-go@v6
6767
with:
6868
go-version: 1.24.x
69-
- uses: actions/checkout@v6
69+
- uses: actions/checkout@v7
7070
with:
7171
fetch-depth: 1
7272
- name: Install qemu-img as a test dependency

0 commit comments

Comments
 (0)