Skip to content

Commit 42ec1b5

Browse files
chore: Bump actions/checkout from 4 to 6
Bumps [actions/checkout](https://github.com/actions/checkout) from 4 to 6. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v4...v6) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 0e5d77c commit 42ec1b5

6 files changed

Lines changed: 11 additions & 11 deletions

File tree

.github/workflows/build.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -56,10 +56,10 @@ jobs:
5656

5757
steps:
5858
- name: Checkout Repository
59-
uses: actions/checkout@v4
59+
uses: actions/checkout@v6
6060

6161
- name: Checkout windows-drivers-rs actions
62-
uses: actions/checkout@v4
62+
uses: actions/checkout@v6
6363
with:
6464
repository: microsoft/windows-drivers-rs
6565
ref: main

.github/workflows/cargo-audit.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424

2525
steps:
2626
- name: Checkout Repository
27-
uses: actions/checkout@v4
27+
uses: actions/checkout@v6
2828

2929
- name: Run Cargo Audit
3030
uses: rustsec/audit-check@v1

.github/workflows/code-formatting-check.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818

1919
steps:
2020
- name: Checkout Repository
21-
uses: actions/checkout@v4
21+
uses: actions/checkout@v6
2222

2323
- name: Install Rust Toolchain (Nightly)
2424
uses: dtolnay/rust-toolchain@nightly
@@ -34,7 +34,7 @@ jobs:
3434

3535
steps:
3636
- name: Checkout Repository
37-
uses: actions/checkout@v4
37+
uses: actions/checkout@v6
3838

3939
- name: Install Rust Toolchain (Stable)
4040
uses: dtolnay/rust-toolchain@stable

.github/workflows/docs.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -54,10 +54,10 @@ jobs:
5454

5555
steps:
5656
- name: Checkout Repository
57-
uses: actions/checkout@v4
57+
uses: actions/checkout@v6
5858

5959
- name: Checkout windows-drivers-rs actions
60-
uses: actions/checkout@v4
60+
uses: actions/checkout@v6
6161
with:
6262
repository: microsoft/windows-drivers-rs
6363
ref: main

.github/workflows/github-dependency-review.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919

2020
steps:
2121
- name: Checkout Repository
22-
uses: actions/checkout@v4
22+
uses: actions/checkout@v6
2323

2424
- name: Dependency Review
2525
uses: actions/dependency-review-action@v4

.github/workflows/lint.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -52,10 +52,10 @@ jobs:
5252
runs-on: ${{ matrix.runner.name }}
5353
steps:
5454
- name: Checkout Repository
55-
uses: actions/checkout@v4
55+
uses: actions/checkout@v6
5656

5757
- name: Checkout windows-drivers-rs actions
58-
uses: actions/checkout@v4
58+
uses: actions/checkout@v6
5959
with:
6060
repository: microsoft/windows-drivers-rs
6161
ref: main
@@ -110,7 +110,7 @@ jobs:
110110

111111
steps:
112112
- name: Checkout Repository
113-
uses: actions/checkout@v4
113+
uses: actions/checkout@v6
114114

115115
- name: Install Rust Toolchain
116116
uses: dtolnay/rust-toolchain@stable

0 commit comments

Comments
 (0)