build(deps): bump arduino/setup-protoc from 1.3.0 to 2.0.0 (#6798)
* build(deps): bump arduino/setup-protoc from 1.3.0 to 2.0.0 Bumps [arduino/setup-protoc](https://github.com/arduino/setup-protoc) from 1.3.0 to 2.0.0. - [Release notes](https://github.com/arduino/setup-protoc/releases) - [Commits](https://github.com/arduino/setup-protoc/compare/v1.3.0...v2.0.0) --- updated-dependencies: - dependency-name: arduino/setup-protoc dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> * Apply suggestions from code review --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Arya <aryasolhi@gmail.com>
This commit is contained in:
parent
1866262ee7
commit
427e2b03ed
|
|
@ -112,10 +112,10 @@ jobs:
|
|||
- uses: r7kamura/rust-problem-matchers@v1.3.0
|
||||
|
||||
- name: Install last version of Protoc
|
||||
uses: arduino/setup-protoc@v1.3.0
|
||||
uses: arduino/setup-protoc@v2.0.0
|
||||
with:
|
||||
# TODO: increase to latest version after https://github.com/arduino/setup-protoc/issues/33 is fixed
|
||||
version: '3.20.1'
|
||||
version: '23.x'
|
||||
repo-token: ${{ secrets.GITHUB_TOKEN }}
|
||||
|
||||
# Setup Rust with stable toolchain and minimal profile
|
||||
|
|
|
|||
|
|
@ -94,10 +94,10 @@ jobs:
|
|||
- uses: r7kamura/rust-problem-matchers@v1.3.0
|
||||
|
||||
- name: Install last version of Protoc
|
||||
uses: arduino/setup-protoc@v1.3.0
|
||||
uses: arduino/setup-protoc@v2.0.0
|
||||
with:
|
||||
# TODO: increase to latest version after https://github.com/arduino/setup-protoc/issues/33 is fixed
|
||||
version: '3.20.1'
|
||||
version: '23.x'
|
||||
repo-token: ${{ secrets.GITHUB_TOKEN }}
|
||||
|
||||
# Setup Rust with ${{ matrix.rust }} toolchain and minimal profile
|
||||
|
|
@ -230,10 +230,10 @@ jobs:
|
|||
- uses: r7kamura/rust-problem-matchers@v1.3.0
|
||||
|
||||
- name: Install last version of Protoc
|
||||
uses: arduino/setup-protoc@v1.3.0
|
||||
uses: arduino/setup-protoc@v2.0.0
|
||||
with:
|
||||
# TODO: increase to latest version after https://github.com/arduino/setup-protoc/issues/33 is fixed
|
||||
version: '3.20.1'
|
||||
version: '23.x'
|
||||
repo-token: ${{ secrets.GITHUB_TOKEN }}
|
||||
|
||||
# Setup Rust with stable toolchain and minimal profile
|
||||
|
|
|
|||
|
|
@ -45,10 +45,10 @@ jobs:
|
|||
persist-credentials: false
|
||||
|
||||
- name: Install last version of Protoc
|
||||
uses: arduino/setup-protoc@v1.3.0
|
||||
uses: arduino/setup-protoc@v2.0.0
|
||||
with:
|
||||
# TODO: increase to latest version after https://github.com/arduino/setup-protoc/issues/33 is fixed
|
||||
version: '3.20.1'
|
||||
version: '23.x'
|
||||
repo-token: ${{ secrets.GITHUB_TOKEN }}
|
||||
|
||||
# Setup Rust with beta toolchain and default profile (to include rust-docs)
|
||||
|
|
|
|||
|
|
@ -67,10 +67,10 @@ jobs:
|
|||
persist-credentials: false
|
||||
|
||||
- name: Install last version of Protoc
|
||||
uses: arduino/setup-protoc@v1.3.0
|
||||
uses: arduino/setup-protoc@v2.0.0
|
||||
with:
|
||||
# TODO: increase to latest version after https://github.com/arduino/setup-protoc/issues/33 is fixed
|
||||
version: '3.20.1'
|
||||
version: '23.x'
|
||||
repo-token: ${{ secrets.GITHUB_TOKEN }}
|
||||
|
||||
- name: Check workflow permissions
|
||||
|
|
@ -118,10 +118,10 @@ jobs:
|
|||
- uses: r7kamura/rust-problem-matchers@v1.3.0
|
||||
|
||||
- name: Install last version of Protoc
|
||||
uses: arduino/setup-protoc@v1.3.0
|
||||
uses: arduino/setup-protoc@v2.0.0
|
||||
with:
|
||||
# TODO: increase to latest version after https://github.com/arduino/setup-protoc/issues/33 is fixed
|
||||
version: '3.20.1'
|
||||
version: '23.x'
|
||||
repo-token: ${{ secrets.GITHUB_TOKEN }}
|
||||
|
||||
# Setup Rust with stable toolchain and default profile
|
||||
|
|
@ -157,10 +157,10 @@ jobs:
|
|||
- uses: r7kamura/rust-problem-matchers@v1.3.0
|
||||
|
||||
- name: Install last version of Protoc
|
||||
uses: arduino/setup-protoc@v1.3.0
|
||||
uses: arduino/setup-protoc@v2.0.0
|
||||
with:
|
||||
# TODO: increase to latest version after https://github.com/arduino/setup-protoc/issues/33 is fixed
|
||||
version: '3.20.1'
|
||||
version: '23.x'
|
||||
repo-token: ${{ secrets.GITHUB_TOKEN }}
|
||||
|
||||
# Setup Rust with stable toolchain and default profile
|
||||
|
|
|
|||
Loading…
Reference in New Issue