Skip to content
This repository has been archived by the owner on Jul 23, 2024. It is now read-only.

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] <support@github.com>
  • Loading branch information
dependabot[bot] authored and garryod committed Jul 25, 2023
1 parent f7aaacd commit b29c5f3
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/code.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
packages: libopencv-dev clang libclang-dev

- name: Install stable toolchain
uses: actions-rs/toolchain@v1.0.6
uses: actions-rs/toolchain@v1.0.7
with:
toolchain: stable
default: true
Expand Down Expand Up @@ -61,7 +61,7 @@ jobs:
packages: libopencv-dev clang libclang-dev

- name: Install stable toolchain
uses: actions-rs/toolchain@v1.0.6
uses: actions-rs/toolchain@v1.0.7
with:
toolchain: stable
default: true
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
packages: libopencv-dev clang libclang-dev

- name: Install nightly toolchain
uses: actions-rs/toolchain@v1.0.6
uses: actions-rs/toolchain@v1.0.7
with:
toolchain: nightly
default: true
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/schema.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
uses: actions/checkout@v3.5.2

- name: Install stable toolchain
uses: actions-rs/toolchain@v1.0.6
uses: actions-rs/toolchain@v1.0.7
with:
toolchain: stable
default: true
Expand Down

0 comments on commit b29c5f3

Please sign in to comment.