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 e3bc9c4 commit 79ce96f
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 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 @@ -56,9 +54,7 @@ jobs:
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 79ce96f

Please sign in to comment.