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 fcefc1a commit 695d23fCopy full SHA for 695d23f
.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@18f7dc018cc2cd597073088f7c7591b9d1c02672 # v3.14.0
+ uses: peter-evans/create-pull-request@153407881ec5c347639a548ade7d8ad1d6740e38 # v5.0.2
29
with:
30
branch: update-protobuf-to-${{ inputs.envoy_version }}
31
base: main
0 commit comments