Skip to content

Commit a136a77

Browse files
committed
chore(deps): update dtolnay/rust-toolchain digest to 7b1c307
1 parent d128021 commit a136a77

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

template/.github/workflows/build.yml.j2

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ jobs:
4949
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
5050
with:
5151
submodules: recursive
52-
- uses: dtolnay/rust-toolchain@d8352f6b1d2e870bc5716e7a6d9b65c4cc244a1a
52+
- uses: dtolnay/rust-toolchain@7b1c307e0dcbda6122208f10795a713336a9b35a
5353
with:
5454
toolchain: ${{ env.RUST_TOOLCHAIN_VERSION }}
5555
- uses: Swatinem/rust-cache@23bce251a8cd2ffc3c1075eaa2367cf899916d84 # v2.7.3
@@ -129,7 +129,7 @@ jobs:
129129
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
130130
with:
131131
submodules: recursive
132-
- uses: dtolnay/rust-toolchain@d8352f6b1d2e870bc5716e7a6d9b65c4cc244a1a
132+
- uses: dtolnay/rust-toolchain@7b1c307e0dcbda6122208f10795a713336a9b35a
133133
with:
134134
toolchain: ${{ env.RUST_TOOLCHAIN_VERSION }}
135135
components: rustfmt
@@ -147,7 +147,7 @@ jobs:
147147
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
148148
with:
149149
submodules: recursive
150-
- uses: dtolnay/rust-toolchain@d8352f6b1d2e870bc5716e7a6d9b65c4cc244a1a
150+
- uses: dtolnay/rust-toolchain@7b1c307e0dcbda6122208f10795a713336a9b35a
151151
with:
152152
toolchain: ${{ env.RUST_TOOLCHAIN_VERSION }}
153153
components: clippy
@@ -182,7 +182,7 @@ jobs:
182182
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
183183
with:
184184
submodules: recursive
185-
- uses: dtolnay/rust-toolchain@d8352f6b1d2e870bc5716e7a6d9b65c4cc244a1a
185+
- uses: dtolnay/rust-toolchain@7b1c307e0dcbda6122208f10795a713336a9b35a
186186
with:
187187
toolchain: ${{ env.RUST_TOOLCHAIN_VERSION }}
188188
components: rustfmt
@@ -204,7 +204,7 @@ jobs:
204204
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
205205
with:
206206
submodules: recursive
207-
- uses: dtolnay/rust-toolchain@d8352f6b1d2e870bc5716e7a6d9b65c4cc244a1a
207+
- uses: dtolnay/rust-toolchain@7b1c307e0dcbda6122208f10795a713336a9b35a
208208
with:
209209
toolchain: ${{ env.RUST_TOOLCHAIN_VERSION }}
210210
- uses: Swatinem/rust-cache@23bce251a8cd2ffc3c1075eaa2367cf899916d84 # v2.7.3
@@ -267,7 +267,7 @@ jobs:
267267
with:
268268
version: v3.13.3
269269
- name: Set up cargo
270-
uses: dtolnay/rust-toolchain@d8352f6b1d2e870bc5716e7a6d9b65c4cc244a1a
270+
uses: dtolnay/rust-toolchain@7b1c307e0dcbda6122208f10795a713336a9b35a
271271
with:
272272
toolchain: ${{ env.RUST_TOOLCHAIN_VERSION }}
273273
- uses: Swatinem/rust-cache@23bce251a8cd2ffc3c1075eaa2367cf899916d84 # v2.7.3
@@ -332,7 +332,7 @@ jobs:
332332
with:
333333
submodules: recursive
334334
- uses: cachix/install-nix-action@8887e596b4ee1134dae06b98d573bd674693f47c # v26
335-
- uses: dtolnay/rust-toolchain@d8352f6b1d2e870bc5716e7a6d9b65c4cc244a1a
335+
- uses: dtolnay/rust-toolchain@7b1c307e0dcbda6122208f10795a713336a9b35a
336336
with:
337337
toolchain: ${{ env.RUST_TOOLCHAIN_VERSION }}
338338
components: rustfmt

0 commit comments

Comments
 (0)