Skip to content

Commit

Permalink
Update GH actions to more maintained modules (#260)
Browse files Browse the repository at this point in the history
  • Loading branch information
madninja authored Jan 9, 2023
1 parent c709473 commit eeb6a8d
Showing 1 changed file with 3 additions and 6 deletions.
9 changes: 3 additions & 6 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,16 +12,13 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v2
- uses: actions-rs/toolchain@v1
- uses: actions/checkout@v3
- uses: dtolnay/rust-toolchain@stable
with:
toolchain: stable
default: true
override: true
components: clippy, rustfmt

- name: Cancel previous runs
uses: styfle/cancel-workflow-action@0.5.0
uses: styfle/cancel-workflow-action@0.11.0
with:
access_token: ${{ github.token }}

Expand Down

0 comments on commit eeb6a8d

Please sign in to comment.