🐛 Resolve warnings for actions.

This commit is contained in:
Tw93
2023-04-18 17:53:07 +08:00
parent 9bcc1a39a4
commit ec7d7a16ba
3 changed files with 5 additions and 5 deletions

View File

@@ -77,7 +77,7 @@ jobs:
- name: Install Rust for ubuntu-20.04
if: inputs.platform == 'ubuntu-20.04'
uses: tw93/toolchain@master
uses: dtolnay/rust-toolchain@stable
with:
toolchain: stable
profile: minimal
@@ -86,7 +86,7 @@ jobs:
- name: Install Rust for windows-latest
if: inputs.platform == 'windows-latest'
uses: tw93/toolchain@master
uses: dtolnay/rust-toolchain@stable
with:
toolchain: stable-x86_64-msvc
profile: minimal
@@ -95,7 +95,7 @@ jobs:
- name: Install Rust for macos-latest
if: inputs.platform == 'macos-latest'
uses: tw93/toolchain@master
uses: dtolnay/rust-toolchain@stable
with:
toolchain: stable
profile: minimal