Skip to content

Commit

Permalink
Use dtolnay/rust-toolchain instead of (abandoned) actions-rs/toolchain
Browse files Browse the repository at this point in the history
  • Loading branch information
scouten-adobe committed Aug 25, 2023
1 parent 1b7907a commit edfe73d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/nightly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,9 +59,9 @@ jobs:
VERSION: ${{ steps.set-nightly-version.outputs.version }}

- name: Install Rust toolchain
uses: actions-rs/toolchain@v1
uses: dtolnay/rust-toolchain@stable
with:
toolchain: stable
components: cargo

- name: Create or update Cargo.lock
run: |
Expand Down

0 comments on commit edfe73d

Please sign in to comment.