diff --git a/.github/workflows/update-protobuf.yml b/.github/workflows/update-protobuf.yml index 62ef1d1bc..8b21fd0b2 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@5e914681df9dc83aa4e4905692ca88beb2f9e91f # v7.0.5 with: branch: update-protobuf-to-${{ inputs.envoy_version }} base: main