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 f665200 commit 2ba92eaCopy full SHA for 2ba92ea
.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@153407881ec5c347639a548ade7d8ad1d6740e38 # v5.0.2
+ uses: peter-evans/create-pull-request@a4f52f8033a6168103c2538976c07b467e8163bc # v6.0.1
29
with:
30
branch: update-protobuf-to-${{ inputs.envoy_version }}
31
base: main
0 commit comments