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