We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b90b864 commit 4e68faaCopy full SHA for 4e68faa
.github/workflows/update-protobuf.yml
@@ -25,7 +25,7 @@ jobs:
25
./update-sha.sh ${{ inputs.envoy_version }} | tee API_SHAS
26
./update-api.sh
27
- name: Create Pull Request
28
- uses: peter-evans/create-pull-request@a4f52f8033a6168103c2538976c07b467e8163bc # v6.0.1
+ uses: peter-evans/create-pull-request@70a41aba780001da0a30141984ae2a0c95d8704e # v6.0.2
29
with:
30
branch: update-protobuf-to-${{ inputs.envoy_version }}
31
base: main
0 commit comments