Skip to content

Commit

Permalink
Merge pull request OpenLEADR#14 from tweedegolf/dependabot/github_act…
Browse files Browse the repository at this point in the history
…ions/dtolnay/rust-toolchain-21dc36fb71dd22e3317045c0c31a3f4249868b17

Bump dtolnay/rust-toolchain from d8352f6b1d2e870bc5716e7a6d9b65c4cc244a1a to 21dc36fb71dd22e3317045c0c31a3f4249868b17
  • Loading branch information
pohlm01 authored Jun 24, 2024
2 parents 594bb6a + 4e04688 commit a0897e7
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ jobs:
run: echo "TARGET_RUST_VERSION=$(if [ "${{matrix.rust}}" = "msrv" ]; then grep rust-version Cargo.toml | grep MSRV | cut -d'"' -f2; else echo "${{matrix.rust}}"; fi)" >> $GITHUB_ENV

- name: Install toolchain
uses: dtolnay/rust-toolchain@d8352f6b1d2e870bc5716e7a6d9b65c4cc244a1a
uses: dtolnay/rust-toolchain@21dc36fb71dd22e3317045c0c31a3f4249868b17
with:
toolchain: "${TARGET_RUST_VERSION}"
targets: "${{ matrix.target }}"
Expand Down Expand Up @@ -88,7 +88,7 @@ jobs:
persist-credentials: false

- name: Install nightly toolchain
uses: dtolnay/rust-toolchain@d8352f6b1d2e870bc5716e7a6d9b65c4cc244a1a
uses: dtolnay/rust-toolchain@21dc36fb71dd22e3317045c0c31a3f4249868b17
with:
toolchain: nightly

Expand All @@ -109,7 +109,7 @@ jobs:
persist-credentials: false

- name: Install rust toolchain
uses: dtolnay/rust-toolchain@d8352f6b1d2e870bc5716e7a6d9b65c4cc244a1a
uses: dtolnay/rust-toolchain@21dc36fb71dd22e3317045c0c31a3f4249868b17
with:
toolchain: stable
components: rustfmt
Expand Down Expand Up @@ -141,7 +141,7 @@ jobs:
persist-credentials: false

- name: Install rust toolchain
uses: dtolnay/rust-toolchain@d8352f6b1d2e870bc5716e7a6d9b65c4cc244a1a
uses: dtolnay/rust-toolchain@21dc36fb71dd22e3317045c0c31a3f4249868b17
with:
toolchain: stable
components: clippy
Expand Down

0 comments on commit a0897e7

Please sign in to comment.