Skip to content

Commit

Permalink
Merge pull request #4881 from chaosi-zju/protoc
Browse files Browse the repository at this point in the history
upgrade arduino/setup-protoc from v1 to v3
  • Loading branch information
karmada-bot committed Apr 28, 2024
2 parents fff3699 + 44cd912 commit 95bf37f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand Down

0 comments on commit 95bf37f

Please sign in to comment.