diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 74a7e16c8..22a07f918 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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 }}