Skip to content

Commit

Permalink
Update to actions/checkout@v4
Browse files Browse the repository at this point in the history
  • Loading branch information
rtzoeller committed Jun 12, 2024
1 parent a39138f commit 28f1e04
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:

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

- run: rustup toolchain add --profile=minimal ${{ matrix.rust }} --component clippy --component rustfmt

Expand All @@ -40,7 +40,7 @@ jobs:
name: Check semver (must manually inspect)
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4

- name: Check semver (must manually inspect)
uses: obi1kenobi/cargo-semver-checks-action@v2
Expand Down

0 comments on commit 28f1e04

Please sign in to comment.