Skip to content

Commit f63e595

Browse files
dependabot[bot]tgross35
authored andcommitted
build(deps): bump actions/checkout from 5 to 6
Bumps [actions/checkout](https://github.com/actions/checkout) from 5 to 6. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v5...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] <[email protected]> (backport <#4848>) (cherry picked from commit 71e04e1)
1 parent a1ef816 commit f63e595

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

.github/workflows/ci.yaml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
runs-on: ubuntu-24.04
2626
timeout-minutes: 10
2727
steps:
28-
- uses: actions/checkout@v5
28+
- uses: actions/checkout@v6
2929
- name: Setup Rust toolchain
3030
run: ./ci/install-rust.sh && rustup component add rustfmt
3131
- name: Check style
@@ -39,7 +39,7 @@ jobs:
3939
runs-on: ${{ matrix.os }}
4040
timeout-minutes: 10
4141
steps:
42-
- uses: actions/checkout@v5
42+
- uses: actions/checkout@v6
4343
- run: rustup update stable --no-self-update
4444
- uses: Swatinem/rust-cache@v2
4545
# Here we use the latest stable Rust toolchain already installed by GitHub
@@ -68,7 +68,7 @@ jobs:
6868
env:
6969
TOOLCHAIN: ${{ matrix.toolchain }}
7070
steps:
71-
- uses: actions/checkout@v5
71+
- uses: actions/checkout@v6
7272
- name: Setup Rust toolchain
7373
run: ./ci/install-rust.sh
7474

@@ -130,7 +130,7 @@ jobs:
130130
env:
131131
TARGET: ${{ matrix.target }}
132132
steps:
133-
- uses: actions/checkout@v5
133+
- uses: actions/checkout@v6
134134
- name: Setup Rust toolchain
135135
run: ./ci/install-rust.sh
136136
- uses: Swatinem/rust-cache@v2
@@ -227,7 +227,7 @@ jobs:
227227
env:
228228
TARGET: ${{ matrix.target }}
229229
steps:
230-
- uses: actions/checkout@v5
230+
- uses: actions/checkout@v6
231231
- name: Setup Rust toolchain
232232
run: ./ci/install-rust.sh
233233
- uses: Swatinem/rust-cache@v2
@@ -270,7 +270,7 @@ jobs:
270270
- target: x86_64-unknown-netbsd
271271
timeout-minutes: 25
272272
steps:
273-
- uses: actions/checkout@v5
273+
- uses: actions/checkout@v6
274274
- name: test on Solaris
275275
uses: vmactions/[email protected]
276276
if: contains(matrix.target, 'solaris')

.github/workflows/publish_0.2.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
runs-on: ubuntu-latest
1818
steps:
1919
- name: Checkout repository
20-
uses: actions/checkout@v5
20+
uses: actions/checkout@v6
2121
with:
2222
fetch-depth: 0
2323
- name: Install Rust (rustup)

0 commit comments

Comments
 (0)