Skip to content

Commit ee031c2

Browse files
committed
ci: move nightly rust versions to vars
1 parent 8084cec commit ee031c2

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/lint.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -49,10 +49,10 @@ jobs:
4949
steps:
5050
- uses: actions/checkout@v4
5151

52-
- name: Install Rust (nightly-2023-10-10)
52+
- name: Install Rust (${{ vars.RUST_VERSION_EXTERNAL_TYPES }})
5353
uses: actions-rust-lang/[email protected]
5454
with:
55-
toolchain: nightly-2023-10-10
55+
toolchain: ${{ vars.RUST_VERSION_EXTERNAL_TYPES }}
5656

5757
- name: Install just
5858
uses: taiki-e/[email protected]
@@ -62,7 +62,7 @@ jobs:
6262
- name: Install cargo-check-external-types
6363
uses: taiki-e/[email protected]
6464
with:
65-
tool: cargo-check-external-types@0.1.10
65+
tool: cargo-check-external-types
6666

6767
- name: check external types
68-
run: just check-external-types-all +nightly-2023-10-10
68+
run: just check-external-types-all +${{ vars.RUST_VERSION_EXTERNAL_TYPES }}

0 commit comments

Comments
 (0)