Skip to content

Commit

Permalink
Update GitHub Actions CI
Browse files Browse the repository at this point in the history
The following updates are performed:
* update actions/checkout to v4
* replace unmaintained actions-rs/toolchain by dtolnay/rust-toolchain
  • Loading branch information
striezel committed Jan 17, 2024
1 parent ee294db commit 3d10dce
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/ci.yml
Expand Up @@ -23,12 +23,10 @@ jobs:
- beta
- nightly
steps:
- uses: actions/checkout@v2
- uses: actions-rs/toolchain@v1
- uses: actions/checkout@v4
- uses: dtolnay/rust-toolchain@master
with:
toolchain: ${{ matrix.rust }}
default: true
profile: minimal
- run: rustup component add rustfmt-preview
- name: cargo fmt --all -- --check if stable
run: |
Expand Down

0 comments on commit 3d10dce

Please sign in to comment.