Skip to content

Commit

Permalink
Merge pull request #9 from n0-computer/flub/checkout-action
Browse files Browse the repository at this point in the history
chore(ci): Use a non-deprecated action
  • Loading branch information
flub authored Mar 7, 2024
2 parents 24ee331 + 1941293 commit 97f3a1a
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 @@ -20,7 +20,7 @@ jobs:
env:
RUSTC_WRAPPER: "sccache"
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4
- uses: dtolnay/rust-toolchain@stable
- uses: mozilla-actions/[email protected]
- name: cargo fmt
Expand Down Expand Up @@ -51,7 +51,7 @@ jobs:
env:
RUSTC_WRAPPER: "sccache"
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4
- uses: dtolnay/rust-toolchain@master
with:
toolchain: ${{ matrix.channel }}
Expand All @@ -66,7 +66,7 @@ jobs:
env:
RUSTC_WRAPPER: "sccache"
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4
- uses: dtolnay/rust-toolchain@stable
- uses: mozilla-actions/[email protected]
- name: cargo check
Expand All @@ -77,7 +77,7 @@ jobs:
env:
RUSTC_WRAPPER: "sccache"
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4
- uses: dtolnay/rust-toolchain@nightly
- uses: mozilla-actions/[email protected]
- name: cargo check
Expand Down

0 comments on commit 97f3a1a

Please sign in to comment.