Skip to content

Commit

Permalink
chore(deps): bump actions-rust-lang/setup-rust-toolchain (#243)
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 Nov 1, 2024
1 parent e7968f2 commit eb5135d
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
uses: ilammy/[email protected]

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

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ jobs:
uses: ilammy/[email protected]

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

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
fetch-depth: 0

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

- name: release-plz
uses: MarcoIeni/[email protected]
Expand Down

0 comments on commit eb5135d

Please sign in to comment.