Skip to content

Commit 28f2f91

Browse files
Bump actions/checkout from 3 to 4
Bumps [actions/checkout](https://github.com/actions/checkout) from 3 to 4. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v3...v4) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent e87deb4 commit 28f2f91

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
arch: [x86_64, aarch64, riscv64gc]
1313
runs-on: ubuntu-latest
1414
steps:
15-
- uses: actions/checkout@v3
15+
- uses: actions/checkout@v4
1616
- uses: dtolnay/rust-toolchain@stable
1717
with:
1818
target: ${{ matrix.arch }}-unknown-linux-gnu
@@ -33,7 +33,7 @@ jobs:
3333
arch: [x86_64, aarch64, riscv64gc]
3434
runs-on: ubuntu-latest
3535
steps:
36-
- uses: actions/checkout@v3
36+
- uses: actions/checkout@v4
3737
- uses: dtolnay/rust-toolchain@stable
3838
with:
3939
target: ${{ matrix.arch }}-unknown-linux-gnu
@@ -46,7 +46,7 @@ jobs:
4646
name: Check format
4747
runs-on: ubuntu-latest
4848
steps:
49-
- uses: actions/checkout@v3
49+
- uses: actions/checkout@v4
5050
- uses: dtolnay/rust-toolchain@nightly
5151
with:
5252
components: rustfmt

0 commit comments

Comments
 (0)