diff --git a/.github/workflows/docs-deploy.yml b/.github/workflows/docs-deploy.yml index d0eae0cac..1beb008e7 100644 --- a/.github/workflows/docs-deploy.yml +++ b/.github/workflows/docs-deploy.yml @@ -110,7 +110,7 @@ jobs: - name: ⏭ Create pull request from stable to main when direct merge fails if: steps.mergeMainline.outcome == 'failure' - uses: thomaseizinger/create-pull-request@1.2.2 + uses: thomaseizinger/create-pull-request@1.3.0 env: GITHUB_TOKEN: ${{ secrets.BUNIT_BOT_TOKEN }} with: diff --git a/.github/workflows/prepare-release.yml b/.github/workflows/prepare-release.yml index fbcdf48a5..bc1de71f1 100644 --- a/.github/workflows/prepare-release.yml +++ b/.github/workflows/prepare-release.yml @@ -83,7 +83,7 @@ jobs: run: git push origin release/v$NBGV_MajorMinorVersion - name: ⏭ Create pull request for release branch - uses: thomaseizinger/create-pull-request@1.2.2 + uses: thomaseizinger/create-pull-request@1.3.0 env: GITHUB_TOKEN: ${{ secrets.BUNIT_BOT_TOKEN }} with: diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 5a94c9374..f72dc1725 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -125,7 +125,7 @@ jobs: - name: ⏭ Create pull request from stable to main when direct merge fails if: steps.mergeMainline.outcome == 'failure' - uses: thomaseizinger/create-pull-request@1.2.2 + uses: thomaseizinger/create-pull-request@1.3.0 env: GITHUB_TOKEN: ${{ secrets.BUNIT_BOT_TOKEN }} with: