Skip to content

Commit

Permalink
use dtolnay/rust-toolchain@v1
Browse files Browse the repository at this point in the history
  • Loading branch information
jkarneges committed Jan 5, 2024
1 parent aacd4aa commit 2820d3d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
with:
submodules: recursive
- name: Install Rust
uses: dtolnay/rust-toolchain@master
uses: dtolnay/rust-toolchain@v1

This comment has been minimized.

Copy link
@jannic

jannic Jan 5, 2024

Contributor

That's not how that action is meant to be used:
dtolnay/rust-toolchain#45 (comment)
To be honest, I agree it's strange how the versioning is used for that action. Using master sounds fragile. It's still the best action I found for that purpose yet.

with:
toolchain: ${{ matrix.rust-toolchain }}
- name: Cache cargo registry
Expand Down

0 comments on commit 2820d3d

Please sign in to comment.