Skip to content

Commit 4e2334d

Browse files
authored
Use dtolnay/rust-toolchain@stable instead of @master (#11344)
1 parent 76629b9 commit 4e2334d

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/contrib_checks.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -201,7 +201,7 @@ jobs:
201201
uses: actions/checkout@v4
202202

203203
- name: Check spelling of entire workspace
204-
uses: crate-ci/typos@v1.18.0
204+
uses: crate-ci/typos@v1.36.3
205205

206206
cpp-formatting:
207207
name: C++ formatting check

.github/workflows/nightly.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ jobs:
6161
runs-on: ${{ matrix.runs_on }}
6262
steps:
6363
- uses: actions/checkout@v4
64-
- uses: dtolnay/rust-toolchain@master
64+
- uses: dtolnay/rust-toolchain@stable
6565
with:
6666
toolchain: 1.88.0
6767

.github/workflows/reusable_checks.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -216,7 +216,7 @@ jobs:
216216
ref: ${{ github.event_name == 'pull_request' && github.event.pull_request.head.ref || '' }}
217217

218218
- name: Check spelling of entire workspace
219-
uses: crate-ci/typos@v1.18.0
219+
uses: crate-ci/typos@v1.36.3
220220

221221
# ---------------------------------------------------------------------------
222222

0 commit comments

Comments
 (0)