Skip to content

Commit bd8f86a

Browse files
David Tolnayfacebook-github-bot
authored andcommitted
Eliminate dependency on unmaintained node12-based action
Reviewed By: diliop Differential Revision: D47220090 fbshipit-source-id: 0b69dcce8115db028d194746fb1fc4fa2d283ad4
1 parent f0e3dd4 commit bd8f86a

File tree

1 file changed

+1
-3
lines changed
  • superconsole/oss/.github/workflows

1 file changed

+1
-3
lines changed

superconsole/oss/.github/workflows/ci.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,8 @@ jobs:
1515

1616
steps:
1717
- uses: actions/checkout@v2
18-
- uses: actions-rs/toolchain@v1
18+
- uses: dtolnay/rust-toolchain@stable
1919
with:
20-
toolchain: stable
21-
override: true
2220
components: clippy, rustfmt
2321
# We use rustfmt 2.0 for formatting, which differs from the released
2422
# version installed by Cargo

0 commit comments

Comments
 (0)