@@ -67,13 +67,13 @@ jobs:
67
67
- name : Set target rust version
68
68
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
69
69
- name : Install nightly toolchain for direct-minimal-versions
70
- uses : dtolnay/rust-toolchain@56f84321dbccf38fb67ce29ab63e4754056677e0
70
+ uses : dtolnay/rust-toolchain@b3b07ba8b418998c39fb20f53e8b695cdcc8de1b
71
71
with :
72
72
toolchain : nightly
73
73
targets : " ${{ matrix.target }}"
74
74
if : ${{ matrix.rust == 'msrv' }}
75
75
- name : Install toolchain
76
- uses : dtolnay/rust-toolchain@56f84321dbccf38fb67ce29ab63e4754056677e0
76
+ uses : dtolnay/rust-toolchain@b3b07ba8b418998c39fb20f53e8b695cdcc8de1b
77
77
with :
78
78
toolchain : " ${TARGET_RUST_VERSION}"
79
79
targets : " ${{ matrix.target }}"
85
85
with :
86
86
target : ${{ matrix.target }}
87
87
- name : Install cargo-llvm-cov
88
- uses : taiki-e/install-action@ab3728c7ba6948b9b429627f4d55a68842b27f18
88
+ uses : taiki-e/install-action@86c23eed46c17b80677df6d8151545ce3e236c61
89
89
with :
90
90
tool : cargo-llvm-cov
91
91
- name : Rust cache
@@ -114,11 +114,11 @@ jobs:
114
114
with :
115
115
persist-credentials : false
116
116
- name : Install nightly toolchain
117
- uses : dtolnay/rust-toolchain@56f84321dbccf38fb67ce29ab63e4754056677e0
117
+ uses : dtolnay/rust-toolchain@b3b07ba8b418998c39fb20f53e8b695cdcc8de1b
118
118
with :
119
119
toolchain : nightly
120
120
- name : Install udeps
121
- uses : taiki-e/install-action@ab3728c7ba6948b9b429627f4d55a68842b27f18
121
+ uses : taiki-e/install-action@86c23eed46c17b80677df6d8151545ce3e236c61
122
122
with :
123
123
tool : cargo-udeps
124
124
- name : cargo udeps
@@ -170,7 +170,7 @@ jobs:
170
170
with :
171
171
persist-credentials : false
172
172
- name : Install rust toolchain
173
- uses : dtolnay/rust-toolchain@56f84321dbccf38fb67ce29ab63e4754056677e0
173
+ uses : dtolnay/rust-toolchain@b3b07ba8b418998c39fb20f53e8b695cdcc8de1b
174
174
with :
175
175
toolchain : stable
176
176
components : rustfmt
@@ -205,7 +205,7 @@ jobs:
205
205
with :
206
206
persist-credentials : false
207
207
- name : Install rust toolchain
208
- uses : dtolnay/rust-toolchain@56f84321dbccf38fb67ce29ab63e4754056677e0
208
+ uses : dtolnay/rust-toolchain@b3b07ba8b418998c39fb20f53e8b695cdcc8de1b
209
209
with :
210
210
toolchain : stable
211
211
components : clippy
@@ -219,7 +219,7 @@ jobs:
219
219
if : ${{matrix.runs_on == 'ubuntu-latest'}}
220
220
221
221
- name : Install bindgen-cli
222
- uses : taiki-e/install-action@ab3728c7ba6948b9b429627f4d55a68842b27f18
222
+ uses : taiki-e/install-action@86c23eed46c17b80677df6d8151545ce3e236c61
223
223
with :
224
224
tool : bindgen-cli
225
225
if : ${{matrix.runs_on == 'ubuntu-latest'}}
@@ -252,7 +252,7 @@ jobs:
252
252
with :
253
253
persist-credentials : false
254
254
- name : Install nightly toolchain
255
- uses : dtolnay/rust-toolchain@56f84321dbccf38fb67ce29ab63e4754056677e0
255
+ uses : dtolnay/rust-toolchain@b3b07ba8b418998c39fb20f53e8b695cdcc8de1b
256
256
with :
257
257
toolchain : nightly
258
258
- name : Install cargo fuzz
0 commit comments