Skip to content

Commit

Permalink
chore(workflows): change install rust action
Browse files Browse the repository at this point in the history
  • Loading branch information
luisecm committed May 3, 2024
1 parent 5200d48 commit 4409f17
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-dmg-universal.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
- name: Checkout Repo
uses: actions/checkout@v4
- name: Install Rust
uses: actions-rust-lang/setup-rust-toolchain@v1
uses: dtolnay/rust-toolchain@stable
with:
toolchain: 1.75.0
components: rustfmt, clippy
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/ui-test-automation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ jobs:
uses: Swatinem/rust-cache@v2

- name: Install Rust 💿
uses: actions-rust-lang/setup-rust-toolchain@v1
uses: dtolnay/rust-toolchain@stable
with:
toolchain: 1.75.0
components: rustfmt, clippy
Expand Down Expand Up @@ -220,7 +220,7 @@ jobs:
path: ./warp

- name: Install Rust 💿
uses: actions-rust-lang/setup-rust-toolchain@v1
uses: dtolnay/rust-toolchain@stable
with:
toolchain: 1.75.0
components: rustfmt, clippy
Expand Down Expand Up @@ -352,7 +352,7 @@ jobs:
path: ./warp

- name: Install Rust 💿
uses: actions-rust-lang/setup-rust-toolchain@v1
uses: dtolnay/rust-toolchain@stable
with:
toolchain: 1.75.0
components: rustfmt, clippy
Expand Down Expand Up @@ -486,7 +486,7 @@ jobs:
path: ./warp

- name: Install Rust 💿
uses: actions-rust-lang/setup-rust-toolchain@v1
uses: dtolnay/rust-toolchain@stable
with:
toolchain: 1.75.0
components: rustfmt, clippy
Expand Down

0 comments on commit 4409f17

Please sign in to comment.