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