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 9, 2024
1 parent bfebc84 commit 991ea54
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,15 +18,12 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4

- name: Install latest nightly
uses: actions-rs/toolchain@v1
uses: dtolnay/rust-toolchain@master
with:
profile: minimal
toolchain: nightly
override: true
default: true

# TODO: works locally, not in gha
# - name: Run async tests
Expand Down

0 comments on commit 991ea54

Please sign in to comment.