Skip to content

Commit 294b17b

Browse files
authored
Merge pull request #157 from Rust-for-Linux/dependabot/github_actions/actions/checkout-7
build(deps): bump actions/checkout from 6 to 7
2 parents 7f07d24 + bca593a commit 294b17b

2 files changed

Lines changed: 16 additions & 16 deletions

File tree

.github/workflows/ci.yml

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
name: Quality Check
1919
runs-on: ubuntu-latest
2020
steps:
21-
- uses: actions/checkout@v6
21+
- uses: actions/checkout@v7
2222
with:
2323
fetch-depth: ${{github.event.pull_request.commits}}
2424
ref: ${{github.event.pull_request.head.sha}}
@@ -59,7 +59,7 @@ jobs:
5959
clippy:
6060
runs-on: ubuntu-latest
6161
steps:
62-
- uses: actions/checkout@v6
62+
- uses: actions/checkout@v7
6363
with:
6464
fetch-depth: ${{github.event.pull_request.commits}}
6565
ref: ${{github.event.pull_request.head.sha}}
@@ -103,7 +103,7 @@ jobs:
103103
ui-tests:
104104
runs-on: ubuntu-latest
105105
steps:
106-
- uses: actions/checkout@v6
106+
- uses: actions/checkout@v7
107107
with:
108108
fetch-depth: ${{github.event.pull_request.commits}}
109109
ref: ${{github.event.pull_request.head.sha}}
@@ -131,7 +131,7 @@ jobs:
131131
- "--features default test --doc"
132132
name: "nightly/${{matrix.kind}}"
133133
steps:
134-
- uses: actions/checkout@v6
134+
- uses: actions/checkout@v7
135135
with:
136136
fetch-depth: ${{github.event.pull_request.commits}}
137137
ref: ${{github.event.pull_request.head.sha}}
@@ -166,7 +166,7 @@ jobs:
166166
- "--features default test --doc"
167167
name: "beta/${{matrix.kind}}"
168168
steps:
169-
- uses: actions/checkout@v6
169+
- uses: actions/checkout@v7
170170
with:
171171
fetch-depth: ${{github.event.pull_request.commits}}
172172
ref: ${{github.event.pull_request.head.sha}}
@@ -202,7 +202,7 @@ jobs:
202202
- "-Zmiri-strict-provenance"
203203
- "-Zmiri-tree-borrows -Zmiri-strict-provenance"
204204
steps:
205-
- uses: actions/checkout@v6
205+
- uses: actions/checkout@v7
206206
with:
207207
fetch-depth: ${{github.event.pull_request.commits}}
208208
ref: ${{github.event.pull_request.head.sha}}
@@ -232,7 +232,7 @@ jobs:
232232
matrix:
233233
targets: ["--doc", "--all-targets"]
234234
steps:
235-
- uses: actions/checkout@v6
235+
- uses: actions/checkout@v7
236236
with:
237237
fetch-depth: ${{github.event.pull_request.commits}}
238238
ref: ${{github.event.pull_request.head.sha}}
@@ -297,7 +297,7 @@ jobs:
297297
msrv:
298298
runs-on: ubuntu-latest
299299
steps:
300-
- uses: actions/checkout@v6
300+
- uses: actions/checkout@v7
301301
with:
302302
fetch-depth: ${{github.event.pull_request.commits}}
303303
ref: ${{github.event.pull_request.head.sha}}
@@ -329,7 +329,7 @@ jobs:
329329
nightly-msrv:
330330
runs-on: ubuntu-latest
331331
steps:
332-
- uses: actions/checkout@v6
332+
- uses: actions/checkout@v7
333333
with:
334334
fetch-depth: ${{github.event.pull_request.commits}}
335335
ref: ${{github.event.pull_request.head.sha}}
@@ -365,7 +365,7 @@ jobs:
365365
runs-on: ${{matrix.os}}
366366
name: "os-check (${{matrix.os}})"
367367
steps:
368-
- uses: actions/checkout@v6
368+
- uses: actions/checkout@v7
369369
with:
370370
fetch-depth: ${{github.event.pull_request.commits}}
371371
ref: ${{github.event.pull_request.head.sha}}
@@ -387,12 +387,12 @@ jobs:
387387
apply:
388388
runs-on: ubuntu-latest
389389
steps:
390-
- uses: actions/checkout@v6
390+
- uses: actions/checkout@v7
391391
with:
392392
repository: Rust-for-Linux/linux
393393
path: "kernel"
394394
ref: pin-init-next
395-
- uses: actions/checkout@v6
395+
- uses: actions/checkout@v7
396396
with:
397397
path: "pin-init"
398398
fetch-depth: 0
@@ -420,7 +420,7 @@ jobs:
420420
update:
421421
runs-on: ubuntu-latest
422422
steps:
423-
- uses: actions/checkout@v6
423+
- uses: actions/checkout@v7
424424
- uses: dtolnay/rust-toolchain@v1
425425
with:
426426
toolchain: nightly

.github/workflows/sync.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
torvalds:
1313
runs-on: ubuntu-latest
1414
steps:
15-
- uses: actions/checkout@v6
15+
- uses: actions/checkout@v7
1616
with:
1717
ref: kernel
1818
path: pin-init
@@ -31,11 +31,11 @@ jobs:
3131
pin-init-next:
3232
runs-on: ubuntu-latest
3333
steps:
34-
- uses: actions/checkout@v6
34+
- uses: actions/checkout@v7
3535
with:
3636
ref: next
3737
path: pin-init
38-
- uses: actions/checkout@v6
38+
- uses: actions/checkout@v7
3939
with:
4040
repository: "Rust-for-Linux/linux"
4141
ref: pin-init-next

0 commit comments

Comments
 (0)