From ec7d7a16ba68e9c07ef56d6bd836a6f0bc701d68 Mon Sep 17 00:00:00 2001 From: Tw93 Date: Tue, 18 Apr 2023 17:53:07 +0800 Subject: [PATCH] :bug: Resolve warnings for actions. --- .github/workflows/pake-cli.yaml | 6 +++--- .github/workflows/pake_build.yaml | 2 +- .github/workflows/pake_build_with_cache.yaml | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/pake-cli.yaml b/.github/workflows/pake-cli.yaml index 18697e8..9a0fd16 100644 --- a/.github/workflows/pake-cli.yaml +++ b/.github/workflows/pake-cli.yaml @@ -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 diff --git a/.github/workflows/pake_build.yaml b/.github/workflows/pake_build.yaml index 0f0e52c..d614cd6 100644 --- a/.github/workflows/pake_build.yaml +++ b/.github/workflows/pake_build.yaml @@ -37,7 +37,7 @@ jobs: node-version: 18 - name: Install Rust - uses: tw93/toolchain@master + uses: dtolnay/rust-toolchain@stable with: toolchain: ${{ matrix.rust }} profile: minimal diff --git a/.github/workflows/pake_build_with_cache.yaml b/.github/workflows/pake_build_with_cache.yaml index c50e2e9..da58862 100644 --- a/.github/workflows/pake_build_with_cache.yaml +++ b/.github/workflows/pake_build_with_cache.yaml @@ -48,7 +48,7 @@ jobs: node-version: 18 - name: Install Rust - uses: tw93/toolchain@master + uses: dtolnay/rust-toolchain@stable with: toolchain: ${{ matrix.rust }} profile: minimal