Skip to content

Commit 10c8b81

Browse files
committed
Bump actions/checkout from 5 to 6
1 parent 3ad0ed7 commit 10c8b81

File tree

3 files changed

+6
-3
lines changed

3 files changed

+6
-3
lines changed

.github/workflows/clippy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
os: [ubuntu-latest]
1919

2020
steps:
21-
- uses: actions/checkout@v5
21+
- uses: actions/checkout@v6
2222
with:
2323
submodules: true
2424
- name: Check Cargo availability

.github/workflows/format.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
os: [ubuntu-latest]
1919

2020
steps:
21-
- uses: actions/checkout@v5
21+
- uses: actions/checkout@v6
2222
with:
2323
submodules: true
2424
- name: Check Cargo availability

.github/workflows/run.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,10 @@ jobs:
3838
choco install qemu
3939
echo "$Env:Programfiles\qemu" | Out-File -FilePath $env:GITHUB_PATH -Encoding utf8 -Append
4040
shell: pwsh
41-
- uses: actions/checkout@v5
41+
- uses: actions/checkout@v6
42+
with:
43+
submodules: true
44+
lfs: true
4245
- name: Check Cargo availability
4346
run: cargo --version
4447
- name: Install bootimage

0 commit comments

Comments
 (0)