File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -201,7 +201,7 @@ jobs:
201
201
uses : actions/checkout@v4
202
202
203
203
- name : Check spelling of entire workspace
204
- uses : crate-ci/typos@v1.18.0
204
+ uses : crate-ci/typos@v1.36.3
205
205
206
206
cpp-formatting :
207
207
name : C++ formatting check
Original file line number Diff line number Diff line change 61
61
runs-on : ${{ matrix.runs_on }}
62
62
steps :
63
63
- uses : actions/checkout@v4
64
- - uses : dtolnay/rust-toolchain@master
64
+ - uses : dtolnay/rust-toolchain@stable
65
65
with :
66
66
toolchain : 1.88.0
67
67
Original file line number Diff line number Diff line change @@ -216,7 +216,7 @@ jobs:
216
216
ref : ${{ github.event_name == 'pull_request' && github.event.pull_request.head.ref || '' }}
217
217
218
218
- name : Check spelling of entire workspace
219
- uses : crate-ci/typos@v1.18.0
219
+ uses : crate-ci/typos@v1.36.3
220
220
221
221
# ---------------------------------------------------------------------------
222
222
You can’t perform that action at this time.
0 commit comments