Skip to content

Commit cf5e877

Browse files
[skip-changelog] bump setup-protoc to v3 (#2521)
1 parent 205a6a5 commit cf5e877

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
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@v2
120+
uses: arduino/setup-protoc@v3
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@v2
48+
uses: arduino/setup-protoc@v3
4949
with:
5050
repo-token: ${{ secrets.GITHUB_TOKEN }}
5151

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ jobs:
5959
go-version: ${{ env.GO_VERSION }}
6060

6161
- name: Install protoc compiler
62-
uses: arduino/setup-protoc@v2
62+
uses: arduino/setup-protoc@v3
6363
with:
6464
version: v24.3
6565
repo-token: ${{ secrets.GITHUB_TOKEN }}

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@v2
68+
uses: arduino/setup-protoc@v3
6969
with:
7070
repo-token: ${{ secrets.GITHUB_TOKEN }}
7171

0 commit comments

Comments
 (0)