diff --git a/.github/workflows/update-protobuf.yml b/.github/workflows/update-protobuf.yml index f46a7f8f9..a411ca3ad 100644 --- a/.github/workflows/update-protobuf.yml +++ b/.github/workflows/update-protobuf.yml @@ -18,7 +18,7 @@ jobs: ./update-sha.sh ${{ inputs.envoy_version }} | tee API_SHAS ./update-api.sh - name: Create Pull Request - uses: peter-evans/create-pull-request@v3 + uses: peter-evans/create-pull-request@v4 with: branch: update-protobuf-to-${{ inputs.envoy_version }} base: main