Skip to content

Commit 98fd8e0

Browse files
chore: bump up dtolnay/rust-toolchain digest to 29eef33
1 parent 74eb88c commit 98fd8e0

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

.github/workflows/CI.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
node-version: 24
4040
cache: yarn
4141
- name: Install
42-
uses: dtolnay/rust-toolchain@f7ccc83f9ed1e5b9c81d8a67d7ad1a747e22a561 # stable
42+
uses: dtolnay/rust-toolchain@29eef336d9b2848a0b548edc03f92a220660cdb8 # stable
4343
with:
4444
toolchain: stable
4545
components: clippy, rustfmt
@@ -96,7 +96,7 @@ jobs:
9696
node-version: 24
9797
cache: yarn
9898
- name: Install
99-
uses: dtolnay/rust-toolchain@f7ccc83f9ed1e5b9c81d8a67d7ad1a747e22a561 # stable
99+
uses: dtolnay/rust-toolchain@29eef336d9b2848a0b548edc03f92a220660cdb8 # stable
100100
with:
101101
toolchain: stable
102102
targets: ${{ matrix.settings.target }}

.github/workflows/benchmark.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
node-version: 24
3232
cache: yarn
3333
- name: Install Rust
34-
uses: dtolnay/rust-toolchain@f7ccc83f9ed1e5b9c81d8a67d7ad1a747e22a561 # stable
34+
uses: dtolnay/rust-toolchain@29eef336d9b2848a0b548edc03f92a220660cdb8 # stable
3535
with:
3636
toolchain: stable
3737
targets: x86_64-unknown-linux-gnu

.github/workflows/codspeed.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
cache: yarn
3030

3131
- name: Install Rust
32-
uses: dtolnay/rust-toolchain@f7ccc83f9ed1e5b9c81d8a67d7ad1a747e22a561 # stable
32+
uses: dtolnay/rust-toolchain@29eef336d9b2848a0b548edc03f92a220660cdb8 # stable
3333
with:
3434
toolchain: stable
3535
targets: x86_64-unknown-linux-gnu

.github/workflows/size-compare.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
node-version: 24
3232
cache: yarn
3333
- name: Install Rust
34-
uses: dtolnay/rust-toolchain@f7ccc83f9ed1e5b9c81d8a67d7ad1a747e22a561 # stable
34+
uses: dtolnay/rust-toolchain@29eef336d9b2848a0b548edc03f92a220660cdb8 # stable
3535
with:
3636
toolchain: stable
3737
targets: x86_64-unknown-linux-gnu
@@ -83,7 +83,7 @@ jobs:
8383
node-version: 24
8484
cache: yarn
8585
- name: Install Rust
86-
uses: dtolnay/rust-toolchain@f7ccc83f9ed1e5b9c81d8a67d7ad1a747e22a561 # stable
86+
uses: dtolnay/rust-toolchain@29eef336d9b2848a0b548edc03f92a220660cdb8 # stable
8787
with:
8888
toolchain: stable
8989
targets: x86_64-unknown-linux-gnu

0 commit comments

Comments
 (0)