Skip to content

Commit 591d2b7

Browse files
bump setup protoc to v2
1 parent ca60d4b commit 591d2b7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

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

6161
- name: Install protoc compiler
62-
uses: arduino/setup-protoc@v1
62+
uses: arduino/setup-protoc@28fd3e5ddcc4ae8820e0c2085bfea8ab68f631e3
6363
with:
64-
version: v3.16.0
64+
version: v23.2
6565
repo-token: ${{ secrets.GITHUB_TOKEN }}
6666

6767
- name: Install Go deps

0 commit comments

Comments
 (0)