Skip to content

Commit

Permalink
chore(deps): bump actions-rs/toolchain from 1.0.6 to 1.0.7
Browse files Browse the repository at this point in the history
Bumps [actions-rs/toolchain](https://github.com/actions-rs/toolchain) from 1.0.6 to 1.0.7.
- [Release notes](https://github.com/actions-rs/toolchain/releases)
- [Changelog](https://github.com/actions-rs/toolchain/blob/master/CHANGELOG.md)
- [Commits](actions-rs/toolchain@v1.0.6...v1.0.7)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Aug 26, 2024
1 parent 62efd66 commit 17a8495
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
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:

# Setup Rust nightly
- name: Install Rust
uses: actions-rs/[email protected].6
uses: actions-rs/[email protected].7
id: toolchain
with:
toolchain: nightly
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ jobs:
# Install the stable Rust toolchain.
- name: Install stable toolchain
id: install-toolchain
uses: actions-rs/[email protected].6
uses: actions-rs/[email protected].7
with:
toolchain: stable
override: true
Expand Down Expand Up @@ -115,7 +115,7 @@ jobs:

# Install the stable Rust toolchain
- name: Install stable toolchain
uses: actions-rs/[email protected].6
uses: actions-rs/[email protected].7
with:
toolchain: stable
override: true
Expand Down Expand Up @@ -212,7 +212,7 @@ jobs:
# Install the stable Rust toolchain
- name: Install stable toolchain
id: install-toolchain
uses: actions-rs/[email protected].6
uses: actions-rs/[email protected].7
with:
toolchain: stable
override: true
Expand Down

0 comments on commit 17a8495

Please sign in to comment.