Skip to content

Commit e9c7d86

Browse files
Bump arduino/setup-protoc from 1 to 2 (#2255)
Bumps [arduino/setup-protoc](https://github.com/arduino/setup-protoc) from 1 to 2. - [Release notes](https://github.com/arduino/setup-protoc/releases) - [Commits](arduino/setup-protoc@v1.0.0...v2) --- updated-dependencies: - dependency-name: arduino/setup-protoc dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 1baa68e commit e9c7d86

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

Diff for: .github/workflows/check-markdown-task.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@ jobs:
117117
run: go install github.com/pseudomuto/protoc-gen-doc/cmd/[email protected]
118118

119119
- name: Install protoc compiler
120-
uses: arduino/setup-protoc@v1
120+
uses: arduino/setup-protoc@v2
121121
with:
122122
repo-token: ${{ secrets.GITHUB_TOKEN }}
123123

Diff for: .github/workflows/check-mkdocs-task.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ jobs:
4545
run: go install github.com/pseudomuto/protoc-gen-doc/cmd/[email protected]
4646

4747
- name: Install protoc compiler
48-
uses: arduino/setup-protoc@v1
48+
uses: arduino/setup-protoc@v2
4949
with:
5050
repo-token: ${{ secrets.GITHUB_TOKEN }}
5151

Diff for: .github/workflows/deploy-cobra-mkdocs-versioned-poetry.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ jobs:
6565
run: go install github.com/pseudomuto/protoc-gen-doc/cmd/[email protected]
6666

6767
- name: Install protoc compiler
68-
uses: arduino/setup-protoc@v1
68+
uses: arduino/setup-protoc@v2
6969
with:
7070
repo-token: ${{ secrets.GITHUB_TOKEN }}
7171

0 commit comments

Comments
 (0)