Skip to content

Commit

Permalink
ci: switch from 'v1' to 'master' for dtolnay action
Browse files Browse the repository at this point in the history
  • Loading branch information
BurntSushi committed Sep 3, 2022
1 parent 9d72e93 commit 5fa8eda
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ jobs:
with:
fetch-depth: 1
- name: Install Rust
uses: dtolnay/rust-toolchain@v1
uses: dtolnay/rust-toolchain@master
with:
toolchain: ${{ matrix.rust }}
- name: Use Cross
Expand Down Expand Up @@ -101,7 +101,7 @@ jobs:
with:
fetch-depth: 1
- name: Install Rust
uses: dtolnay/rust-toolchain@v1
uses: dtolnay/rust-toolchain@master
with:
toolchain: stable
components: rustfmt
Expand Down

0 comments on commit 5fa8eda

Please sign in to comment.