Skip to content

Commit 9660c46

Browse files
committed
ci: fix api diff job
1 parent 0174206 commit 9660c46

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/lint.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -75,10 +75,10 @@ jobs:
7575

7676
- uses: actions/checkout@v4
7777

78-
- name: Install Rust (nightly-2024-09-10)
79-
uses: actions-rust-lang/[email protected].1
78+
- name: Install Rust (${{ vars.RUST_VERSION_API_DIFF }})
79+
uses: actions-rust-lang/[email protected].0
8080
with:
81-
toolchain: nightly-2024-09-10
81+
toolchain: ${{ vars.RUST_VERSION_API_DIFF }}
8282

8383
- uses: taiki-e/[email protected]
8484
with:

0 commit comments

Comments
 (0)