Skip to content

Commit

Permalink
build(deps): bump actions-rust-lang/setup-rust-toolchain (#478)
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 Dec 2, 2024
1 parent d67abde commit 66b82f0
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 9 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci-post-merge.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,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 Expand Up @@ -81,7 +81,7 @@ jobs:
echo "RUSTFLAGS=-C target-feature=+crt-static" >> $GITHUB_ENV
- 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/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ jobs:
- uses: actions/checkout@v4

- 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 Down Expand Up @@ -102,7 +102,7 @@ jobs:
echo "RUSTFLAGS=-C target-feature=+crt-static" >> $GITHUB_ENV
- 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 Down Expand Up @@ -139,7 +139,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
2 changes: 1 addition & 1 deletion .github/workflows/coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,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: llvm-tools-preview
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,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
components: rustfmt
Expand All @@ -34,7 +34,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 @@ -59,7 +59,7 @@ jobs:
uses: actions/checkout@v4

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

Expand Down

0 comments on commit 66b82f0

Please sign in to comment.