diff --git a/.github/workflows/autoupdate-sdk.yaml b/.github/workflows/autoupdate-sdk.yaml index 70f269db30..fa01e5410e 100644 --- a/.github/workflows/autoupdate-sdk.yaml +++ b/.github/workflows/autoupdate-sdk.yaml @@ -80,7 +80,7 @@ jobs: with: app-id: ${{ secrets.APIXBOT_APP_ID }} private-key: ${{ secrets.APIXBOT_APP_PEM }} - - uses: peter-evans/create-pull-request@271a8d0340265f705b14b6d32b9829c1cb33d45e + - uses: peter-evans/create-pull-request@84ae59a2cdc2258d6fa0732dd66352dddae2a412 id: pr if: steps.verify-changed-files.outputs.files_changed == 'true' with: diff --git a/.github/workflows/autoupdate-spec.yaml b/.github/workflows/autoupdate-spec.yaml index 7f90390d9b..67a3f01192 100644 --- a/.github/workflows/autoupdate-spec.yaml +++ b/.github/workflows/autoupdate-spec.yaml @@ -79,7 +79,7 @@ jobs: with: app-id: ${{ secrets.APIXBOT_APP_ID }} private-key: ${{ secrets.APIXBOT_APP_PEM }} - - uses: peter-evans/create-pull-request@271a8d0340265f705b14b6d32b9829c1cb33d45e + - uses: peter-evans/create-pull-request@84ae59a2cdc2258d6fa0732dd66352dddae2a412 id: pr if: env.FILES_CHANGED == 'true' with: diff --git a/.github/workflows/update-e2e-tests.yml b/.github/workflows/update-e2e-tests.yml index a3b18f234c..113c2eae84 100644 --- a/.github/workflows/update-e2e-tests.yml +++ b/.github/workflows/update-e2e-tests.yml @@ -349,7 +349,7 @@ jobs: with: app-id: ${{ secrets.APIXBOT_APP_ID }} private-key: ${{ secrets.APIXBOT_APP_PEM }} - - uses: peter-evans/create-pull-request@271a8d0340265f705b14b6d32b9829c1cb33d45e + - uses: peter-evans/create-pull-request@84ae59a2cdc2258d6fa0732dd66352dddae2a412 id: pr with: token: ${{ steps.app-token.outputs.token }}