Skip to content

Commit 3d10dce

Browse files
committed
Update GitHub Actions CI
The following updates are performed: * update actions/checkout to v4 * replace unmaintained actions-rs/toolchain by dtolnay/rust-toolchain
1 parent ee294db commit 3d10dce

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -23,12 +23,10 @@ jobs:
2323
- beta
2424
- nightly
2525
steps:
26-
- uses: actions/checkout@v2
27-
- uses: actions-rs/toolchain@v1
26+
- uses: actions/checkout@v4
27+
- uses: dtolnay/rust-toolchain@master
2828
with:
2929
toolchain: ${{ matrix.rust }}
30-
default: true
31-
profile: minimal
3230
- run: rustup component add rustfmt-preview
3331
- name: cargo fmt --all -- --check if stable
3432
run: |

0 commit comments

Comments
 (0)