49
49
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
50
50
with:
51
51
submodules: recursive
52
- - uses: dtolnay/rust-toolchain@d8352f6b1d2e870bc5716e7a6d9b65c4cc244a1a
52
+ - uses: dtolnay/rust-toolchain@7b1c307e0dcbda6122208f10795a713336a9b35a
53
53
with:
54
54
toolchain: ${{ env.RUST_TOOLCHAIN_VERSION }}
55
55
- uses: Swatinem/rust-cache@23bce251a8cd2ffc3c1075eaa2367cf899916d84 # v2.7.3
@@ -118,7 +118,7 @@ jobs:
118
118
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
119
119
with:
120
120
submodules: recursive
121
- - uses: EmbarkStudios/cargo-deny-action@3f4a782664881cf5725d0ffd23969fcce89fd868 # v1.6.3
121
+ - uses: EmbarkStudios/cargo-deny-action@8371184bd11e21dcf8ac82ebf8c9c9f74ebf7268 # v2.0.1
122
122
with:
123
123
command: check ${{ matrix.checks }}
124
124
@@ -129,7 +129,7 @@ jobs:
129
129
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
130
130
with:
131
131
submodules: recursive
132
- - uses: dtolnay/rust-toolchain@d8352f6b1d2e870bc5716e7a6d9b65c4cc244a1a
132
+ - uses: dtolnay/rust-toolchain@7b1c307e0dcbda6122208f10795a713336a9b35a
133
133
with:
134
134
toolchain: ${{ env.RUST_TOOLCHAIN_VERSION }}
135
135
components: rustfmt
@@ -147,7 +147,7 @@ jobs:
147
147
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
148
148
with:
149
149
submodules: recursive
150
- - uses: dtolnay/rust-toolchain@d8352f6b1d2e870bc5716e7a6d9b65c4cc244a1a
150
+ - uses: dtolnay/rust-toolchain@7b1c307e0dcbda6122208f10795a713336a9b35a
151
151
with:
152
152
toolchain: ${{ env.RUST_TOOLCHAIN_VERSION }}
153
153
components: clippy
@@ -182,7 +182,7 @@ jobs:
182
182
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
183
183
with:
184
184
submodules: recursive
185
- - uses: dtolnay/rust-toolchain@d8352f6b1d2e870bc5716e7a6d9b65c4cc244a1a
185
+ - uses: dtolnay/rust-toolchain@7b1c307e0dcbda6122208f10795a713336a9b35a
186
186
with:
187
187
toolchain: ${{ env.RUST_TOOLCHAIN_VERSION }}
188
188
components: rustfmt
@@ -204,7 +204,7 @@ jobs:
204
204
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
205
205
with:
206
206
submodules: recursive
207
- - uses: dtolnay/rust-toolchain@d8352f6b1d2e870bc5716e7a6d9b65c4cc244a1a
207
+ - uses: dtolnay/rust-toolchain@7b1c307e0dcbda6122208f10795a713336a9b35a
208
208
with:
209
209
toolchain: ${{ env.RUST_TOOLCHAIN_VERSION }}
210
210
- uses: Swatinem/rust-cache@23bce251a8cd2ffc3c1075eaa2367cf899916d84 # v2.7.3
@@ -267,7 +267,7 @@ jobs:
267
267
with:
268
268
version: v3.13.3
269
269
- name: Set up cargo
270
- uses: dtolnay/rust-toolchain@d8352f6b1d2e870bc5716e7a6d9b65c4cc244a1a
270
+ uses: dtolnay/rust-toolchain@7b1c307e0dcbda6122208f10795a713336a9b35a
271
271
with:
272
272
toolchain: ${{ env.RUST_TOOLCHAIN_VERSION }}
273
273
- uses: Swatinem/rust-cache@23bce251a8cd2ffc3c1075eaa2367cf899916d84 # v2.7.3
@@ -331,8 +331,8 @@ jobs:
331
331
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
332
332
with:
333
333
submodules: recursive
334
- - uses: cachix/install-nix-action@8887e596b4ee1134dae06b98d573bd674693f47c # v26
335
- - uses: dtolnay/rust-toolchain@d8352f6b1d2e870bc5716e7a6d9b65c4cc244a1a
334
+ - uses: cachix/install-nix-action@ba0dd844c9180cbf77aa72a116d6fbc515d0e87b # v27
335
+ - uses: dtolnay/rust-toolchain@7b1c307e0dcbda6122208f10795a713336a9b35a
336
336
with:
337
337
toolchain: ${{ env.RUST_TOOLCHAIN_VERSION }}
338
338
components: rustfmt
0 commit comments