Skip to content

Commit

Permalink
ci: actions/checkout v4
Browse files Browse the repository at this point in the history
  • Loading branch information
Nugine committed Mar 25, 2024
1 parent 2be5488 commit f73e6af
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
develop:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- uses: dtolnay/rust-toolchain@nightly
with:
components: rustfmt, clippy
Expand All @@ -32,7 +32,7 @@ jobs:
- stable
- 1.63.0 # MSRV
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- uses: dtolnay/rust-toolchain@master
with:
toolchain: ${{ matrix.toolchain }}
Expand All @@ -56,7 +56,7 @@ jobs:
- wasm32-unknown-unknown
# - mips-unknown-linux-gnu # missing toolchain
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- uses: dtolnay/rust-toolchain@nightly
with:
targets: ${{ matrix.target }}
Expand All @@ -73,7 +73,7 @@ jobs:
miri:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- uses: dtolnay/rust-toolchain@nightly
with:
components: miri
Expand Down

0 comments on commit f73e6af

Please sign in to comment.