Skip to content

Commit d35aacb

Browse files
committed
Upgrade protoc version for build workflow
1 parent 4515627 commit d35aacb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Diff for: .github/workflows/build.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -30,9 +30,9 @@ jobs:
3030
- uses: "ruby/setup-ruby@v1"
3131
with:
3232
ruby-version: "2.7.3"
33-
- uses: "arduino/setup-protoc@v1"
33+
- uses: "arduino/setup-protoc@v2"
3434
with:
35-
version: "3.19.4"
35+
version: "21.12"
3636
- name: "Install Homebrew & gRPC"
3737
run: |
3838
bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"

0 commit comments

Comments
 (0)