Skip to content

Commit

Permalink
chore(deps): bump actions-rust-lang/setup-rust-toolchain
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]>
  • Loading branch information
dependabot[bot] authored Oct 7, 2024
1 parent d224211 commit c65db37
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci-nightly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
- uses: actions/checkout@v4

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

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

- name: Install Rust (${{ matrix.version }})
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/clippy-fmt.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,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: stable
components: rustfmt
Expand All @@ -33,7 +33,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: stable
components: clippy
Expand Down

0 comments on commit c65db37

Please sign in to comment.