Skip to content

Commit cc75c46

Browse files
committed
CI: Bump dtolnay/rust-toolchain from v1 to master
Fixes deprecation warnings from GHA.
1 parent d398390 commit cc75c46

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/actions/setup-rust/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ runs:
1616
using: composite
1717
steps:
1818
- name: Install Rust toolchain
19-
uses: dtolnay/rust-toolchain@v1
19+
uses: dtolnay/rust-toolchain@master
2020
with:
2121
toolchain: ${{ inputs.toolchain }}
2222
target: ${{ inputs.target }}

0 commit comments

Comments
 (0)