diff --git a/.github/workflows/update-cacert.yml b/.github/workflows/update-cacert.yml index 49b1aef50..2c878b3d8 100644 --- a/.github/workflows/update-cacert.yml +++ b/.github/workflows/update-cacert.yml @@ -86,7 +86,7 @@ jobs: run: echo "DATE=$(/bin/date -u "+%F")" >> $GITHUB_OUTPUT - name: Create pull request - uses: peter-evans/create-pull-request@v6 + uses: peter-evans/create-pull-request@v7 with: base: ${{ steps.branches.outputs.BASE }} branch: ${{ steps.branches.outputs.PR_BRANCH }} diff --git a/.github/workflows/update-website.yml b/.github/workflows/update-website.yml index a6a910a11..f03b04538 100644 --- a/.github/workflows/update-website.yml +++ b/.github/workflows/update-website.yml @@ -163,7 +163,7 @@ jobs: run: git status -vv --untracked=all - name: Create pull request - uses: peter-evans/create-pull-request@v6 + uses: peter-evans/create-pull-request@v7 with: base: gh-pages branch: feature/auto-ghpages-update-${{ steps.get_pr_info.outputs.REF }}