Skip to content

Commit

Permalink
⬆️ Bump ructions/toolchain from 1 to 2 (#216)
Browse files Browse the repository at this point in the history
Bumps [ructions/toolchain](https://github.com/ructions/toolchain) from 1 to 2.
- [Release notes](https://github.com/ructions/toolchain/releases)
- [Changelog](https://github.com/ructions/toolchain/blob/master/CHANGELOG.md)
- [Commits](https://github.com/ructions/toolchain/compare/v1...v2)

---
updated-dependencies:
- dependency-name: ructions/toolchain
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] committed Dec 25, 2023
1 parent b1283d8 commit 46a83b1
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ jobs:
uses: actions/checkout@master

- name: Install Rust Toolchain Components
uses: ructions/toolchain@v1
uses: ructions/toolchain@v2
with:
toolchain: stable
target: ${{ matrix.target }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ jobs:
uses: actions/checkout@master

- name: Install Rust Toolchain Components
uses: ructions/toolchain@v1
uses: ructions/toolchain@v2
with:
toolchain: stable
target: ${{ matrix.target }}
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
uses: actions/checkout@master

- name: Install Rust Toolchain Components
uses: ructions/toolchain@v1
uses: ructions/toolchain@v2
with:
toolchain: stable
target: ${{ matrix.target }}
Expand Down Expand Up @@ -71,7 +71,7 @@ jobs:
- name: Checkout
uses: actions/checkout@master
- name: Install Rust Toolchain Components
uses: ructions/toolchain@v1
uses: ructions/toolchain@v2
with:
toolchain: stable
components: rustfmt, clippy
Expand Down Expand Up @@ -153,7 +153,7 @@ jobs:
uses: actions/checkout@master

- name: Install Rust Toolchain Components
uses: ructions/toolchain@v1
uses: ructions/toolchain@v2
with:
toolchain: stable
target: ${{ matrix.target }}
Expand Down

0 comments on commit 46a83b1

Please sign in to comment.