diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index efd9b0c3..294f9f51 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -41,7 +41,7 @@ jobs: with: commit_message: Bumps version to ${{ github.event.inputs.newVersion }} - name: Create pull request into main - uses: thomaseizinger/create-pull-request@1.3.1 + uses: thomaseizinger/create-pull-request@1.4.0 env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} with: