diff --git a/.github/workflows/reusable-update-cacert.yml b/.github/workflows/reusable-update-cacert.yml index 835e202b0..35d684317 100644 --- a/.github/workflows/reusable-update-cacert.yml +++ b/.github/workflows/reusable-update-cacert.yml @@ -64,7 +64,7 @@ jobs: run: echo "DATE=$(/bin/date -u "+%F")" >> "$GITHUB_OUTPUT" - name: Create pull request - uses: peter-evans/create-pull-request@22a9089034f40e5a961c8808d113e2c98fb63676 # v7.0.11 + uses: peter-evans/create-pull-request@98357b18bf14b5342f975ff684046ec3b2a07725 # v8.0.0 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 b7626cf3d..7b0a52307 100644 --- a/.github/workflows/update-website.yml +++ b/.github/workflows/update-website.yml @@ -174,7 +174,7 @@ jobs: - name: Create pull request if: github.event_name != 'pull_request' - uses: peter-evans/create-pull-request@22a9089034f40e5a961c8808d113e2c98fb63676 # v7.0.11 + uses: peter-evans/create-pull-request@98357b18bf14b5342f975ff684046ec3b2a07725 # v8.0.0 with: base: gh-pages branch: feature/auto-ghpages-update-${{ steps.get_pr_info.outputs.REF }}