diff --git a/.github/workflows/update-protobuf.yml b/.github/workflows/update-protobuf.yml index b92783b6..e045922a 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@271a8d0340265f705b14b6d32b9829c1cb33d45e # v7.0.8 + uses: peter-evans/create-pull-request@c0f553fe549906ede9cf27b5156039d195d2ece0 # v8.1.0 with: branch: update-protobuf-to-${{ inputs.envoy_version }} base: main