diff --git a/.github/workflows/automatic_release.yml b/.github/workflows/automatic_release.yml index 1ccaf0eb67..85a6468f05 100644 --- a/.github/workflows/automatic_release.yml +++ b/.github/workflows/automatic_release.yml @@ -39,7 +39,7 @@ jobs: echo "BRANCH_NAME=$BRANCH_NAME" >> $GITHUB_ENV - name: Create a Pull Request - uses: peter-evans/create-pull-request@v6 + uses: peter-evans/create-pull-request@v7 with: token: ${{ secrets.GITHUB_TOKEN }} commit-message: "Automatic release: v${{ env.NEW_VERSION_NAME }} (${{ env.NEW_VERSION_CODE }})"