Skip to content

Commit

Permalink
chore(deps): update dtolnay/rust-toolchain digest to 1482605
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Sep 17, 2023
1 parent 4e50f9b commit c7270e6
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac # v4

- name: 🧰 Install Rust toolchain
uses: dtolnay/rust-toolchain@0e66bd3e6b38ec0ad5312288c83e47c143e6b09e # v1
uses: dtolnay/rust-toolchain@1482605bfc5719782e1267fd0c0cc350fe7646b8 # v1
with:
toolchain: nightly
components: rustfmt, clippy
Expand Down Expand Up @@ -157,7 +157,7 @@ jobs:
run: apt-get install -yq gcc-aarch64-linux-gnu qemu-user libc6:arm64

- name: 🧰 Install Rust toolchain
uses: dtolnay/rust-toolchain@0e66bd3e6b38ec0ad5312288c83e47c143e6b09e # v1
uses: dtolnay/rust-toolchain@1482605bfc5719782e1267fd0c0cc350fe7646b8 # v1
with:
toolchain: nightly-${{ matrix.host-target }}
targets: ${{ env.CARGO_BUILD_TARGET }}
Expand Down Expand Up @@ -390,7 +390,7 @@ jobs:
run: chown -R "$(id -u):$(id -g)" "$GITHUB_WORKSPACE"

- name: 🧰 Install Rust toolchain
uses: dtolnay/rust-toolchain@0e66bd3e6b38ec0ad5312288c83e47c143e6b09e # v1
uses: dtolnay/rust-toolchain@1482605bfc5719782e1267fd0c0cc350fe7646b8 # v1
with:
toolchain: nightly

Expand Down

0 comments on commit c7270e6

Please sign in to comment.