Skip to content

Commit 95d04ca

Browse files
[deps]: Update dtolnay/rust-toolchain digest to 4cda84d (#21948)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 96c272a commit 95d04ca

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/lint.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -100,14 +100,14 @@ jobs:
100100
persist-credentials: false
101101

102102
- name: Install Rust
103-
uses: dtolnay/rust-toolchain@4be7066ada62dd38de10e7b70166bc74ed198c30 # stable
103+
uses: dtolnay/rust-toolchain@4cda84d5c5c54efe2404f9d843567869ab1699d4 # stable
104104
with:
105105
toolchain: 1.96.0
106106
components: rustfmt, clippy
107107

108108
- name: Install Rust nightly
109109
id: rust-nightly
110-
uses: dtolnay/rust-toolchain@4be7066ada62dd38de10e7b70166bc74ed198c30 # stable
110+
uses: dtolnay/rust-toolchain@4cda84d5c5c54efe2404f9d843567869ab1699d4 # stable
111111
with:
112112
toolchain: nightly-2026-06-29
113113
components: rustfmt

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -230,7 +230,7 @@ jobs:
230230
persist-credentials: false
231231

232232
- name: Install rust
233-
uses: dtolnay/rust-toolchain@4be7066ada62dd38de10e7b70166bc74ed198c30 # stable
233+
uses: dtolnay/rust-toolchain@4cda84d5c5c54efe2404f9d843567869ab1699d4 # stable
234234
with:
235235
toolchain: 1.96.0
236236
components: llvm-tools

0 commit comments

Comments
 (0)