Skip to content

Commit e4c0319

Browse files
chore(deps): update dtolnay/rust-toolchain digest to f7ccc83
1 parent b33bf7e commit e4c0319

File tree

4 files changed

+8
-8
lines changed

4 files changed

+8
-8
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ jobs:
5353
- uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0
5454

5555
- name: Install Rust
56-
uses: dtolnay/rust-toolchain@6d653acede28d24f02e3cd41383119e8b1b35921 # stable
56+
uses: dtolnay/rust-toolchain@f7ccc83f9ed1e5b9c81d8a67d7ad1a747e22a561 # stable
5757
with:
5858
targets: ${{ matrix.target }}
5959
toolchain: ${{ matrix.rust_ver }}
@@ -81,7 +81,7 @@ jobs:
8181
- uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0
8282

8383
- name: Install Rust
84-
uses: dtolnay/rust-toolchain@6d653acede28d24f02e3cd41383119e8b1b35921 # stable
84+
uses: dtolnay/rust-toolchain@f7ccc83f9ed1e5b9c81d8a67d7ad1a747e22a561 # stable
8585
with:
8686
toolchain: nightly
8787

@@ -103,7 +103,7 @@ jobs:
103103
- uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0
104104

105105
- name: Install Rust
106-
uses: dtolnay/rust-toolchain@6d653acede28d24f02e3cd41383119e8b1b35921 # stable
106+
uses: dtolnay/rust-toolchain@f7ccc83f9ed1e5b9c81d8a67d7ad1a747e22a561 # stable
107107
with:
108108
toolchain: stable
109109

.github/workflows/functional.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ jobs:
6565
log_dir: /tmp/devstack-logs
6666

6767
- name: Install Rust
68-
uses: dtolnay/rust-toolchain@6d653acede28d24f02e3cd41383119e8b1b35921 # stable
68+
uses: dtolnay/rust-toolchain@f7ccc83f9ed1e5b9c81d8a67d7ad1a747e22a561 # stable
6969
with:
7070
toolchain: stable
7171

.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@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0
4040

4141
- name: Install Rust
42-
uses: dtolnay/rust-toolchain@6d653acede28d24f02e3cd41383119e8b1b35921 # stable
42+
uses: dtolnay/rust-toolchain@f7ccc83f9ed1e5b9c81d8a67d7ad1a747e22a561 # stable
4343
with:
4444
toolchain: stable
4545
components: rustfmt
@@ -73,7 +73,7 @@ jobs:
7373
run: sudo apt-get update && sudo apt-get install -y bash
7474

7575
- name: Install Rust
76-
uses: dtolnay/rust-toolchain@6d653acede28d24f02e3cd41383119e8b1b35921 # stable
76+
uses: dtolnay/rust-toolchain@f7ccc83f9ed1e5b9c81d8a67d7ad1a747e22a561 # stable
7777
with:
7878
toolchain: stable
7979
components: rustfmt, clippy

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@ jobs:
119119
run: |
120120
git config --global core.longpaths true
121121
- name: Install Rust
122-
uses: dtolnay/rust-toolchain@6d653acede28d24f02e3cd41383119e8b1b35921 # stable
122+
uses: dtolnay/rust-toolchain@f7ccc83f9ed1e5b9c81d8a67d7ad1a747e22a561 # stable
123123
with:
124124
toolchain: stable
125125
- uses: actions/checkout@v6
@@ -129,7 +129,7 @@ jobs:
129129
# NOTE: we need to ensure we are building artifacts with the latest rust
130130
# version
131131
- name: Install Rust stable
132-
uses: dtolnay/rust-toolchain@6d653acede28d24f02e3cd41383119e8b1b35921 # stable
132+
uses: dtolnay/rust-toolchain@f7ccc83f9ed1e5b9c81d8a67d7ad1a747e22a561 # stable
133133
with:
134134
toolchain: stable
135135
- name: "Harden Runner"

0 commit comments

Comments
 (0)