Merge pull request #4881 from chaosi-zju/protoc

upgrade arduino/setup-protoc from v1 to v3
This commit is contained in:
karmada-bot 2024-04-28 20:04:05 +08:00 committed by GitHub
commit 95bf37f4d4
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 2 deletions

View File

@ -49,9 +49,9 @@ jobs:
with:
go-version-file: ${{ env.GOPATH }}/src/github.com/karmada-io/karmada/go.mod
- name: Install Protoc
uses: arduino/setup-protoc@v1
uses: arduino/setup-protoc@v3
with:
version: '3.x'
version: '23.4'
# Use the automatic token, so that this task can be run in the forked repo.
# https://docs.github.com/en/actions/security-guides/automatic-token-authentication
repo-token: ${{ secrets.GITHUB_TOKEN }}