Skip to content

Commit

Permalink
Bump setup-rust-toolchain action
Browse files Browse the repository at this point in the history
  • Loading branch information
robjtede committed Mar 1, 2023
1 parent 3a94aee commit dae02c3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/premerge.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
uses: actions/checkout@v3

- name: install Rust
uses: actions-rust-lang/setup-rust-toolchain@v1.3.5
uses: actions-rust-lang/setup-rust-toolchain@v1.4.3

- name: check
run: cargo check
Expand All @@ -32,7 +32,7 @@ jobs:
uses: actions/checkout@v3

- name: install Rust
uses: actions-rust-lang/setup-rust-toolchain@v1.3.5
uses: actions-rust-lang/setup-rust-toolchain@v1.4.3
with: { components: rustfmt, clippy }

- name: format
Expand Down

0 comments on commit dae02c3

Please sign in to comment.