Skip to content

Commit

Permalink
chore(deps): bump actions-rust-lang/setup-rust-toolchain (actix#599)
Browse files Browse the repository at this point in the history
Bumps [actions-rust-lang/setup-rust-toolchain](https://github.com/actions-rust-lang/setup-rust-toolchain) from 1.10.0 to 1.10.1.
- [Release notes](https://github.com/actions-rust-lang/setup-rust-toolchain/releases)
- [Changelog](https://github.com/actions-rust-lang/setup-rust-toolchain/blob/main/CHANGELOG.md)
- [Commits](actions-rust-lang/setup-rust-toolchain@v1.10.0...v1.10.1)

---
updated-dependencies:
- dependency-name: actions-rust-lang/setup-rust-toolchain
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Oct 7, 2024
1 parent 0728021 commit 70fd80a
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci-post-merge.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
uses: rui314/setup-mold@v1

- name: Install Rust
uses: actions-rust-lang/[email protected].0
uses: actions-rust-lang/[email protected].1
with:
toolchain: ${{ matrix.version }}

Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ jobs:
uses: rui314/setup-mold@v1

- name: Install Rust (${{ matrix.version.name }})
uses: actions-rust-lang/[email protected].0
uses: actions-rust-lang/[email protected].1
with:
toolchain: ${{ matrix.version.version }}

Expand All @@ -71,7 +71,7 @@ jobs:
- uses: actions/checkout@v4

- name: Install Rust (nightly)
uses: actions-rust-lang/[email protected].0
uses: actions-rust-lang/[email protected].1
with:
toolchain: nightly

Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/clippy-fmt.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
- uses: actions/checkout@v4

- name: Install Rust
uses: actions-rust-lang/[email protected].0
uses: actions-rust-lang/[email protected].1
with:
toolchain: nightly
components: rustfmt
Expand All @@ -36,7 +36,7 @@ jobs:
- uses: actions/checkout@v4

- name: Install Rust
uses: actions-rust-lang/[email protected].0
uses: actions-rust-lang/[email protected].1
with:
components: clippy

Expand All @@ -56,7 +56,7 @@ jobs:

- uses: actions/checkout@v4

- uses: actions-rust-lang/[email protected].0
- uses: actions-rust-lang/[email protected].1
with:
toolchain: nightly-2024-09-10

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
- uses: actions/checkout@v4

- name: Install Rust
uses: actions-rust-lang/[email protected].0
uses: actions-rust-lang/[email protected].1
with:
components: llvm-tools

Expand Down

0 comments on commit 70fd80a

Please sign in to comment.