Skip to content

Commit 44d4977

Browse files
dependabot[bot]tgross35
authored andcommitted
build(deps): bump actions/checkout from 4 to 5
Bumps [actions/checkout](https://github.com/actions/checkout) from 4 to 5. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v4...v5) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: '5' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]> (backport <#4664>) (cherry picked from commit c5552f6)
1 parent 03cc8d8 commit 44d4977

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
@@ -24,7 +24,7 @@ jobs:
2424
runs-on: ubuntu-24.04
2525
timeout-minutes: 10
2626
steps:
27-
- uses: actions/checkout@v4
27+
- uses: actions/checkout@v5
2828
- name: Setup Rust toolchain
2929
run: ./ci/install-rust.sh && rustup component add rustfmt
3030
- name: Check style
@@ -38,7 +38,7 @@ jobs:
3838
runs-on: ${{ matrix.os }}
3939
timeout-minutes: 10
4040
steps:
41-
- uses: actions/checkout@v4
41+
- uses: actions/checkout@v5
4242
- run: rustup update stable --no-self-update
4343
- uses: Swatinem/rust-cache@v2
4444
# Here we use the latest stable Rust toolchain already installed by GitHub
@@ -61,7 +61,7 @@ jobs:
6161
env:
6262
TOOLCHAIN: ${{ matrix.toolchain }}
6363
steps:
64-
- uses: actions/checkout@v4
64+
- uses: actions/checkout@v5
6565
- name: Setup Rust toolchain
6666
run: ./ci/install-rust.sh
6767

@@ -131,7 +131,7 @@ jobs:
131131
env:
132132
TARGET: ${{ matrix.target }}
133133
steps:
134-
- uses: actions/checkout@v4
134+
- uses: actions/checkout@v5
135135
- name: Setup Rust toolchain
136136
run: ./ci/install-rust.sh
137137
- uses: Swatinem/rust-cache@v2
@@ -240,7 +240,7 @@ jobs:
240240
env:
241241
TARGET: ${{ matrix.target }}
242242
steps:
243-
- uses: actions/checkout@v4
243+
- uses: actions/checkout@v5
244244
- name: Setup Rust toolchain
245245
run: ./ci/install-rust.sh
246246
- uses: Swatinem/rust-cache@v2
@@ -279,7 +279,7 @@ jobs:
279279
- x86_64-pc-solaris
280280
timeout-minutes: 25
281281
steps:
282-
- uses: actions/checkout@v4
282+
- uses: actions/checkout@v5
283283
- name: test on Solaris
284284
uses: vmactions/[email protected]
285285
with:

.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@v4
20+
uses: actions/checkout@v5
2121
with:
2222
fetch-depth: 0
2323
- name: Install Rust (rustup)

0 commit comments

Comments
 (0)