diff --git a/.github/workflows/release_branch.yml b/.github/workflows/release_branch.yml index 88c84ea..e80e9e4 100644 --- a/.github/workflows/release_branch.yml +++ b/.github/workflows/release_branch.yml @@ -23,7 +23,7 @@ jobs: run: | .ci/scripts/create_release_branch.sh - name: "Create Pull Request" - uses: "peter-evans/create-pull-request@v7" + uses: "peter-evans/create-pull-request@v8" with: token: "${{ secrets.RELEASE_TOKEN }}" title: "Bump dev-version"