diff --git a/.github/workflows/pake-cli.yaml b/.github/workflows/pake-cli.yaml index 9b3031f..18697e8 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@v1 + uses: tw93/toolchain@master with: toolchain: stable profile: minimal @@ -86,7 +86,7 @@ jobs: - name: Install Rust for windows-latest if: inputs.platform == 'windows-latest' - uses: tw93/toolchain@v1 + uses: tw93/toolchain@master 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@v1 + uses: tw93/toolchain@master with: toolchain: stable profile: minimal diff --git a/.github/workflows/pake_build.yaml b/.github/workflows/pake_build.yaml index c206e49..0f0e52c 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@v1 + uses: tw93/toolchain@master 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 c3832d4..c50e2e9 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@v1 + uses: tw93/toolchain@master with: toolchain: ${{ matrix.rust }} profile: minimal