Skip to content

Commit

Permalink
CI: Bump GitHub actions/checkout to v4
Browse files Browse the repository at this point in the history
  • Loading branch information
TedDriggs committed Feb 12, 2024
1 parent fbcc1b4 commit 9decd6a
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
- { rust: 1.56.0, os: ubuntu-latest }
- { rust: 1.56.0, os: windows-latest }
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- uses: dtolnay/rust-toolchain@master
with:
toolchain: ${{ matrix.rust }}
Expand All @@ -42,7 +42,7 @@ jobs:
runs-on: ubuntu-latest
continue-on-error: true
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- uses: dtolnay/rust-toolchain@nightly
- uses: Swatinem/rust-cache@v2
- name: Check Cargo availability
Expand All @@ -55,7 +55,7 @@ jobs:
env:
RUSTFLAGS: -Dwarnings
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- uses: dtolnay/rust-toolchain@stable
with:
components: clippy
Expand All @@ -67,7 +67,7 @@ jobs:
name: Verify code formatting
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- uses: dtolnay/rust-toolchain@stable
with:
components: rustfmt
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/compiletests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
RUSTFLAGS: "--cfg compiletests"

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- uses: dtolnay/rust-toolchain@1.65.0
- name: main crate
run: |
Expand Down

0 comments on commit 9decd6a

Please sign in to comment.