Skip to content

Commit 2028f59

Browse files
chore(deps): update dtolnay/rust-toolchain digest to cc2784c
1 parent 2ebbf18 commit 2028f59

File tree

4 files changed

+7
-7
lines changed

4 files changed

+7
-7
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ jobs:
4848
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
4949

5050
- name: Install Rust
51-
uses: dtolnay/rust-toolchain@56f84321dbccf38fb67ce29ab63e4754056677e0 # stable
51+
uses: dtolnay/rust-toolchain@cc2784cec7f82508b1390531ccc15d12d7d28a1f # stable
5252
with:
5353
targets: ${{ matrix.target }}
5454
toolchain: ${{ matrix.rust_ver }}
@@ -79,7 +79,7 @@ jobs:
7979
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
8080

8181
- name: Install Rust
82-
uses: dtolnay/rust-toolchain@56f84321dbccf38fb67ce29ab63e4754056677e0 # stable
82+
uses: dtolnay/rust-toolchain@cc2784cec7f82508b1390531ccc15d12d7d28a1f # stable
8383
with:
8484
toolchain: nightly
8585

@@ -99,7 +99,7 @@ jobs:
9999
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
100100

101101
- name: Install Rust
102-
uses: dtolnay/rust-toolchain@56f84321dbccf38fb67ce29ab63e4754056677e0 # stable
102+
uses: dtolnay/rust-toolchain@cc2784cec7f82508b1390531ccc15d12d7d28a1f # stable
103103
with:
104104
toolchain: stable
105105

.github/workflows/functional.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ jobs:
6060
log_dir: /tmp/devstack-logs
6161

6262
- name: Install Rust
63-
uses: dtolnay/rust-toolchain@56f84321dbccf38fb67ce29ab63e4754056677e0 # stable
63+
uses: dtolnay/rust-toolchain@cc2784cec7f82508b1390531ccc15d12d7d28a1f # stable
6464
with:
6565
toolchain: stable
6666

.github/workflows/linters.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
4040

4141
- name: Install Rust
42-
uses: dtolnay/rust-toolchain@56f84321dbccf38fb67ce29ab63e4754056677e0 # stable
42+
uses: dtolnay/rust-toolchain@cc2784cec7f82508b1390531ccc15d12d7d28a1f # stable
4343
with:
4444
toolchain: stable
4545
components: rustfmt
@@ -65,7 +65,7 @@ jobs:
6565
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
6666

6767
- name: Install Rust
68-
uses: dtolnay/rust-toolchain@56f84321dbccf38fb67ce29ab63e4754056677e0 # stable
68+
uses: dtolnay/rust-toolchain@cc2784cec7f82508b1390531ccc15d12d7d28a1f # stable
6969
with:
7070
toolchain: stable
7171
components: rustfmt, clippy

.github/workflows/release-plz.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
token: ${{ steps.generate-token.outputs.token }}
3838

3939
- name: Install Rust toolchain
40-
uses: dtolnay/rust-toolchain@56f84321dbccf38fb67ce29ab63e4754056677e0 # stable
40+
uses: dtolnay/rust-toolchain@cc2784cec7f82508b1390531ccc15d12d7d28a1f # stable
4141
with:
4242
toolchain: stable
4343

0 commit comments

Comments
 (0)