Skip to content

Commit

Permalink
Update deprecated CI actions.
Browse files Browse the repository at this point in the history
  • Loading branch information
sagudev authored and SergioBenitez committed Sep 27, 2023
1 parent cb84f3a commit b919a52
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,14 +21,12 @@ jobs:

steps:
- name: Checkout Sources
uses: actions/checkout@v2
uses: actions/checkout@v4

- name: Install Rust
uses: actions-rs/toolchain@v1
uses: dtolnay/rust-toolchain@master
with:
profile: minimal
toolchain: ${{ matrix.toolchain }}
override: true

- name: Run Tests
run: ./scripts/test.sh
Expand Down

0 comments on commit b919a52

Please sign in to comment.