Skip to content

Commit

Permalink
Updated github action dependencies.
Browse files Browse the repository at this point in the history
  • Loading branch information
orium committed Feb 12, 2024
1 parent 34b1198 commit 9fc42a9
Showing 1 changed file with 3 additions and 8 deletions.
11 changes: 3 additions & 8 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,9 +31,7 @@ jobs:
cargo install cargo-deadlinks
- name: Checkout repository
uses: actions/checkout@v3
with:
fetch-depth: 2
uses: actions/checkout@v4

- name: Check everything
run: bash ./tools/check.sh
Expand All @@ -53,13 +51,10 @@ jobs:
uses: dtolnay/rust-toolchain@stable

- name: Install cargo plugins
run: |
cargo install cargo-msrv
run: cargo install cargo-msrv

- name: Checkout repository
uses: actions/checkout@v3
with:
fetch-depth: 2
uses: actions/checkout@v4

- name: Check the minimum supported rust version
run: cargo msrv verify

0 comments on commit 9fc42a9

Please sign in to comment.