Skip to content

Commit

Permalink
Bump actions-rs/toolchain from 1.0.6 to 1.0.7 (#10)
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]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Aug 25, 2024
1 parent a4cc691 commit 502778c
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/pull_request.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
- name: ⬇️ Checkout
uses: actions/[email protected]
- name: ⚙️ Install Rust
uses: actions-rs/[email protected].6
uses: actions-rs/[email protected].7
with:
toolchain: stable
override: true
Expand Down Expand Up @@ -42,7 +42,7 @@ jobs:
- name: ⬇️ Checkout
uses: actions/[email protected]
- name: ⚙️ Install Rust
uses: actions-rs/[email protected].6
uses: actions-rs/[email protected].7
with:
toolchain: stable
override: true
Expand Down Expand Up @@ -71,7 +71,7 @@ jobs:
uses: actions/[email protected]

- name: ⚙️ Install Rust
uses: actions-rs/[email protected].6
uses: actions-rs/[email protected].7
with:
toolchain: stable
override: true
Expand Down Expand Up @@ -109,7 +109,7 @@ jobs:
status: in_progress

- name: ⚙️ Install Rust
uses: actions-rs/[email protected].6
uses: actions-rs/[email protected].7
with:
toolchain: stable
override: true
Expand Down

0 comments on commit 502778c

Please sign in to comment.