diff --git a/.github/workflows/bump-beats-version.yml b/.github/workflows/bump-beats-version.yml index 9eb62c539e2..c81d66b67e1 100644 --- a/.github/workflows/bump-beats-version.yml +++ b/.github/workflows/bump-beats-version.yml @@ -66,7 +66,7 @@ jobs: echo BEATS_NEW_VERSION=$(cat /tmp/.beats-new-version) >> "$GITHUB_ENV" - 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: token: ${{ secrets.GITHUB_TOKEN }} commit-message: "[${{ matrix.branch }}][Automation] Update elastic/beats to ${{ env.BEATS_NEW_VERSION }}" diff --git a/.github/workflows/update-docs.yml b/.github/workflows/update-docs.yml index ad85cfcffa1..95970f5544e 100644 --- a/.github/workflows/update-docs.yml +++ b/.github/workflows/update-docs.yml @@ -69,7 +69,7 @@ jobs: - name: Create Pull Request if: steps.check_branch.outputs.branch_exists == 'false' - uses: peter-evans/create-pull-request@22a9089034f40e5a961c8808d113e2c98fb63676 # v7.0.11 + uses: peter-evans/create-pull-request@98357b18bf14b5342f975ff684046ec3b2a07725 # v8.0.0 with: token: ${{ secrets.GITHUB_TOKEN }} commit-message: "docs: update generated documentation for ${{ steps.get_version.outputs.version }}"