Skip to content

Commit

Permalink
Merge pull request #118 from qwerty541/dependabot/github_actions/dtol…
Browse files Browse the repository at this point in the history
…nay/rust-toolchain-d8352f6b1d2e870bc5716e7a6d9b65c4cc244a1a

ci(deps): bump dtolnay/rust-toolchain from bb45937a053e097f8591208d8e74c90db1873d07 to d8352f6b1d2e870bc5716e7a6d9b65c4cc244a1a
  • Loading branch information
qwerty541 committed May 9, 2024
2 parents f9d65b6 + bfe4ed7 commit 32ec345
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4.1.4

- name: Install rust (${{ matrix.rust }})
uses: dtolnay/rust-toolchain@bb45937a053e097f8591208d8e74c90db1873d07
uses: dtolnay/rust-toolchain@d8352f6b1d2e870bc5716e7a6d9b65c4cc244a1a
with:
components: clippy, rustfmt
toolchain: ${{ matrix.rust }}
Expand All @@ -40,7 +40,7 @@ jobs:
uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4.1.4

- name: Install rust (stable)
uses: dtolnay/rust-toolchain@bb45937a053e097f8591208d8e74c90db1873d07
uses: dtolnay/rust-toolchain@d8352f6b1d2e870bc5716e7a6d9b65c4cc244a1a
with:
components: clippy, rustfmt
toolchain: stable
Expand All @@ -62,7 +62,7 @@ jobs:
uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4.1.4

- name: Install rust (${{ matrix.rust }})
uses: dtolnay/rust-toolchain@bb45937a053e097f8591208d8e74c90db1873d07
uses: dtolnay/rust-toolchain@d8352f6b1d2e870bc5716e7a6d9b65c4cc244a1a
with:
toolchain: ${{ matrix.rust }}

Expand Down Expand Up @@ -92,7 +92,7 @@ jobs:
uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4.1.4

- name: Install rust (stable)
uses: dtolnay/rust-toolchain@bb45937a053e097f8591208d8e74c90db1873d07
uses: dtolnay/rust-toolchain@d8352f6b1d2e870bc5716e7a6d9b65c4cc244a1a
with:
toolchain: stable

Expand Down

0 comments on commit 32ec345

Please sign in to comment.