diff --git a/.github/workflows/code-generation.yml b/.github/workflows/code-generation.yml index 62e15f21b2..0043517738 100644 --- a/.github/workflows/code-generation.yml +++ b/.github/workflows/code-generation.yml @@ -74,7 +74,7 @@ jobs: installation_id: 22958780 - name: Create Pull Request - uses: peter-evans/create-pull-request@v6 + uses: peter-evans/create-pull-request@v7 with: token: ${{ steps.github_app_token.outputs.token || secrets.GITHUB_TOKEN }} committer: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> diff --git a/.github/workflows/increment-version.yml b/.github/workflows/increment-version.yml index e8e754dd04..aca87bc257 100644 --- a/.github/workflows/increment-version.yml +++ b/.github/workflows/increment-version.yml @@ -51,7 +51,7 @@ jobs: sed -i "s/systemProp.version = $CURRENT_VERSION/systemProp.version = $NEXT_VERSION/g" gradle.properties - name: Create Pull Request - uses: peter-evans/create-pull-request@v5 + uses: peter-evans/create-pull-request@v7 with: token: ${{ steps.github_app_token.outputs.token }} base: ${{ env.BASE_X }}