diff --git a/.github/workflows/update-protobuf.yml b/.github/workflows/update-protobuf.yml index 62ef1d1bc..0a93c08f6 100644 --- a/.github/workflows/update-protobuf.yml +++ b/.github/workflows/update-protobuf.yml @@ -25,7 +25,7 @@ jobs: ./update-sha.sh ${{ inputs.envoy_version }} | tee API_SHAS ./update-api.sh - name: Create Pull Request - uses: peter-evans/create-pull-request@c5a7806660adbe173f04e3e038b0ccdcd758773c # v6.1.0 + uses: peter-evans/create-pull-request@6cd32fd93684475c31847837f87bb135d40a2b79 # v7.0.3 with: branch: update-protobuf-to-${{ inputs.envoy_version }} base: main