Skip to content

Commit 845519a

Browse files
Bump actions/checkout from 4 to 6 (#3819)
Co-authored-by: Kenny Kerr <kenny@kennykerr.ca>
1 parent 41a9d7f commit 845519a

File tree

15 files changed

+17
-17
lines changed

15 files changed

+17
-17
lines changed

.github/workflows/clippy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
runs-on: windows-2025
2020
steps:
2121
- name: Checkout
22-
uses: actions/checkout@v5
22+
uses: actions/checkout@v6
2323
- name: Update toolchain
2424
run: rustup update --no-self-update nightly && rustup default nightly-x86_64-pc-windows-msvc
2525
- name: Add toolchain target

.github/workflows/cross.yml

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

3838
steps:
3939
- name: Checkout
40-
uses: actions/checkout@v5
40+
uses: actions/checkout@v6
4141

4242
- name: Update toolchain
4343
run: rustup update --no-self-update stable && rustup default stable

.github/workflows/doc.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
runs-on: windows-2025
2121
steps:
2222
- name: Checkout
23-
uses: actions/checkout@v5
23+
uses: actions/checkout@v6
2424
- name: Check
2525
run: cargo doc --no-deps -p windows
2626

@@ -29,15 +29,15 @@ jobs:
2929
runs-on: windows-2025
3030
steps:
3131
- name: Checkout
32-
uses: actions/checkout@v5
32+
uses: actions/checkout@v6
3333
- name: Check
3434
run: cargo doc --no-deps -p windows-sys
3535

3636
other-crates:
3737
runs-on: windows-2025
3838
steps:
3939
- name: Checkout
40-
uses: actions/checkout@v5
40+
uses: actions/checkout@v6
4141

4242
- name: Check
4343
run: >

.github/workflows/fmt.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
runs-on: ubuntu-22.04
2020
steps:
2121
- name: Checkout
22-
uses: actions/checkout@v5
22+
uses: actions/checkout@v6
2323
- name: Update toolchain
2424
run: rustup update --no-self-update stable && rustup default stable
2525
- name: Install rustfmt

.github/workflows/gen.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
tool: [bindgen, bindings, yml, license, standalone, workspace]
2424
steps:
2525
- name: Checkout
26-
uses: actions/checkout@v5
26+
uses: actions/checkout@v6
2727
- name: Update toolchain
2828
run: rustup update --no-self-update stable && rustup default stable
2929
- name: Install rustfmt

.github/workflows/lib.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
runs-on: windows-2025
2020
steps:
2121
- name: Checkout
22-
uses: actions/checkout@v5
22+
uses: actions/checkout@v6
2323

2424
- name: Fix environment
2525
uses: ./.github/actions/fix-environment

.github/workflows/linux.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
runs-on: ubuntu-22.04
2020
steps:
2121
- name: Checkout
22-
uses: actions/checkout@v5
22+
uses: actions/checkout@v6
2323
- name: Update toolchain
2424
run: rustup update --no-self-update stable && rustup default stable
2525
- name: Run cargo test

.github/workflows/miri.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
runs-on: windows-2025
2020
steps:
2121
- name: Checkout
22-
uses: actions/checkout@v5
22+
uses: actions/checkout@v6
2323
- name: Update toolchain
2424
run: rustup update --no-self-update nightly && rustup default nightly-x86_64-pc-windows-msvc
2525
- name: Add toolchain target

.github/workflows/msrv.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
runs-on: windows-2025
2020
steps:
2121
- name: Checkout
22-
uses: actions/checkout@v5
22+
uses: actions/checkout@v6
2323
# generated - run `cargo run -p tool_yml` to update
2424
- name: Rust version
2525
run: rustup update --no-self-update 1.74 && rustup default 1.74

.github/workflows/no-default-features.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
runs-on: windows-2025
2020
steps:
2121
- name: Checkout
22-
uses: actions/checkout@v5
22+
uses: actions/checkout@v6
2323
- name: Update toolchain
2424
run: rustup update --no-self-update nightly && rustup default nightly-x86_64-pc-windows-msvc
2525
- name: Add toolchain target

0 commit comments

Comments
 (0)