Skip to content

Commit

Permalink
Update GitHub actions in basic CI example (#342)
Browse files Browse the repository at this point in the history
This updates the `checkout` action version to the latest (v4), since v2
produces warnings about deprecated Node.js version.

Also, the use of
[`actions-rs/toolchain`](https://github.com/actions-rs/toolchain) is
removed as the action is no longer maintained.
  • Loading branch information
sourcefrog authored Apr 19, 2024
2 parents 961f1a3 + 99ddfd8 commit c2ce56e
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions examples/workflows/basic.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,10 +27,7 @@ jobs:
cargo-mutants:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions-rs/toolchain@v1
with:
toolchain: stable
- uses: actions/checkout@v4
- uses: taiki-e/install-action@v2
with:
tool: cargo-mutants
Expand Down

0 comments on commit c2ce56e

Please sign in to comment.