Skip to content

Commit

Permalink
ci: update setup-rust-toolchain
Browse files Browse the repository at this point in the history
  • Loading branch information
robjtede committed Jul 8, 2023
1 parent 7b865c6 commit e96b9ae
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/clippy-fmt.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
- uses: actions/checkout@v3

- name: Install Rust
uses: actions-rust-lang/setup-rust-toolchain@v1.4.3
uses: actions-rust-lang/setup-rust-toolchain@v1.5.0
with:
toolchain: stable
components: rustfmt
Expand All @@ -33,7 +33,7 @@ jobs:
- uses: actions/checkout@v3

- name: Install Rust
uses: actions-rust-lang/setup-rust-toolchain@v1.4.3
uses: actions-rust-lang/setup-rust-toolchain@v1.5.0
with:
toolchain: stable
components: clippy
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
- uses: actions/checkout@v3

- name: Install Rust
uses: actions-rust-lang/setup-rust-toolchain@v1.4.3
uses: actions-rust-lang/setup-rust-toolchain@v1.5.0
with:
toolchain: ${{ matrix.version }}

Expand Down

0 comments on commit e96b9ae

Please sign in to comment.