diff --git a/.github/workflows/collect_changes.yml b/.github/workflows/collect_changes.yml index 808249d..848cf03 100644 --- a/.github/workflows/collect_changes.yml +++ b/.github/workflows/collect_changes.yml @@ -23,7 +23,7 @@ jobs: pip install GitPython packaging python3 .ci/scripts/collect_changes.py - name: "Create Pull Request" - uses: "peter-evans/create-pull-request@v6" + uses: "peter-evans/create-pull-request@v7" with: token: "${{ secrets.RELEASE_TOKEN }}" title: "Update Changelog" diff --git a/.github/workflows/release_branch.yml b/.github/workflows/release_branch.yml index 9a2ae6c..0ffc0f8 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@v6" + uses: "peter-evans/create-pull-request@v7" with: token: "${{ secrets.RELEASE_TOKEN }}" title: "Bump dev-version"