Skip to content

Commit 95bf37f

Browse files
authored
Merge pull request #4881 from chaosi-zju/protoc
upgrade arduino/setup-protoc from v1 to v3
2 parents fff3699 + 44cd912 commit 95bf37f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,9 +49,9 @@ jobs:
4949
with:
5050
go-version-file: ${{ env.GOPATH }}/src/github.com/karmada-io/karmada/go.mod
5151
- name: Install Protoc
52-
uses: arduino/setup-protoc@v1
52+
uses: arduino/setup-protoc@v3
5353
with:
54-
version: '3.x'
54+
version: '23.4'
5555
# Use the automatic token, so that this task can be run in the forked repo.
5656
# https://docs.github.com/en/actions/security-guides/automatic-token-authentication
5757
repo-token: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)