Skip to content

Commit

Permalink
🐛 Resolve warnings for actions.
Browse files Browse the repository at this point in the history
  • Loading branch information
tw93 committed Apr 18, 2023
1 parent f3562c2 commit e8e2a27
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/pake-cli.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand All @@ -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
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pake_build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pake_build_with_cache.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit e8e2a27

Please sign in to comment.