diff --git a/.github/workflows/protos.yml b/.github/workflows/protos.yml index 73227a7..c6bf72b 100644 --- a/.github/workflows/protos.yml +++ b/.github/workflows/protos.yml @@ -66,7 +66,7 @@ jobs: # Create Pull Request only if there are changes - name: Create Pull Request if: steps.verify-changes.outputs.has_changes == 'true' - uses: peter-evans/create-pull-request@271a8d0340265f705b14b6d32b9829c1cb33d45e # v7.0.8 + uses: peter-evans/create-pull-request@84ae59a2cdc2258d6fa0732dd66352dddae2a412 # v7.0.9 with: token: ${{ secrets.GITHUB_TOKEN }} commit-message: "chore(proto): update generated SDK with latest Permify definitions"