diff --git a/.github/workflows/autoupdate-sdk.yaml b/.github/workflows/autoupdate-sdk.yaml index 156669125b..5ea93e3497 100644 --- a/.github/workflows/autoupdate-sdk.yaml +++ b/.github/workflows/autoupdate-sdk.yaml @@ -78,7 +78,7 @@ jobs: with: app-id: ${{ secrets.APIXBOT_APP_ID }} private-key: ${{ secrets.APIXBOT_APP_PEM }} - - uses: peter-evans/create-pull-request@22a9089034f40e5a961c8808d113e2c98fb63676 + - uses: peter-evans/create-pull-request@98357b18bf14b5342f975ff684046ec3b2a07725 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 101bd08390..e14e185134 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@22a9089034f40e5a961c8808d113e2c98fb63676 + - uses: peter-evans/create-pull-request@98357b18bf14b5342f975ff684046ec3b2a07725 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 49b1fb5ee6..ef35dcd073 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@22a9089034f40e5a961c8808d113e2c98fb63676 + - uses: peter-evans/create-pull-request@98357b18bf14b5342f975ff684046ec3b2a07725 id: pr with: token: ${{ steps.app-token.outputs.token }}