diff --git a/.github/workflows/update-cacert.yml b/.github/workflows/update-cacert.yml index b5a344628..32c505901 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@v5 + uses: peter-evans/create-pull-request@v6 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 15accc667..236bf3776 100644 --- a/.github/workflows/update-website.yml +++ b/.github/workflows/update-website.yml @@ -165,7 +165,7 @@ jobs: run: git status -vv --untracked=all - name: Create pull request - uses: peter-evans/create-pull-request@v5 + uses: peter-evans/create-pull-request@v6 with: base: gh-pages branch: feature/auto-ghpages-update-${{ steps.get_pr_info.outputs.REF }}