Skip to content

Commit

Permalink
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 Apr 11, 2023
1 parent a7fb7ee commit c3df881
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ jobs:
uses: actions/[email protected]

- name: Install toolchain
uses: actions-rs/[email protected].6
uses: actions-rs/[email protected].7
with:
profile: minimal
toolchain: ${{ matrix.toolchain }}
Expand Down Expand Up @@ -120,7 +120,7 @@ jobs:
uses: actions/[email protected]

- name: Install toolchain
uses: actions-rs/[email protected].6
uses: actions-rs/[email protected].7
with:
toolchain: ${{ matrix.toolchain }}
profile: minimal
Expand Down Expand Up @@ -167,7 +167,7 @@ jobs:
uses: actions/[email protected]

- name: Install toolchain
uses: actions-rs/[email protected].6
uses: actions-rs/[email protected].7
with:
profile: minimal
target: ${{ matrix.target }}
Expand Down Expand Up @@ -208,7 +208,7 @@ jobs:
uses: actions/[email protected]

- name: Install toolchain
uses: actions-rs/[email protected].6
uses: actions-rs/[email protected].7
with:
profile: minimal
toolchain: ${{ matrix.toolchain }}
Expand Down Expand Up @@ -249,7 +249,7 @@ jobs:
- name: Checkout code
uses: actions/[email protected]
- name: Install toolchain
uses: actions-rs/[email protected].6
uses: actions-rs/[email protected].7
with:
profile: minimal
toolchain: stable
Expand Down

0 comments on commit c3df881

Please sign in to comment.