diff --git a/.github/workflows/collect_changes.yml b/.github/workflows/collect_changes.yml index 04caafe..7bb756b 100644 --- a/.github/workflows/collect_changes.yml +++ b/.github/workflows/collect_changes.yml @@ -24,7 +24,7 @@ jobs: pip install GitPython packaging python3 .ci/scripts/collect_changes.py - name: "Create Pull Request" - uses: "peter-evans/create-pull-request@v7" + uses: "peter-evans/create-pull-request@v8" with: token: "${{ secrets.RELEASE_TOKEN }}" title: "Update Changelog" diff --git a/.github/workflows/cookiecutter.yml b/.github/workflows/cookiecutter.yml index ff0150e..3970373 100644 --- a/.github/workflows/cookiecutter.yml +++ b/.github/workflows/cookiecutter.yml @@ -39,7 +39,7 @@ jobs: git commit -m "Update cookiecutter" fi - name: "Create Pull Request" - uses: "peter-evans/create-pull-request@v7" + uses: "peter-evans/create-pull-request@v8" id: "create_pr" with: token: "${{ secrets.RELEASE_TOKEN }}" diff --git a/.github/workflows/release_branch.yml b/.github/workflows/release_branch.yml index 9d23a47..9c0970a 100644 --- a/.github/workflows/release_branch.yml +++ b/.github/workflows/release_branch.yml @@ -25,7 +25,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"