From af7c4258a5b75872a836812db7f22ec2be1dae62 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 20 Jan 2025 08:40:06 +0000 Subject: [PATCH] chore(deps): update peter-evans/create-pull-request action to v7.0.6 (#12595) This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [peter-evans/create-pull-request](https://redirect.github.com/peter-evans/create-pull-request) | action | patch | `v7.0.5` -> `v7.0.6` | --- Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- .github/workflows/merge-release-to-master.yaml | 2 +- .github/workflows/release.yaml | 2 +- .github/workflows/update-docs.yaml | 2 +- .github/workflows/update-insecure-dependencies.yaml | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/merge-release-to-master.yaml b/.github/workflows/merge-release-to-master.yaml index 376de943eff2..43641758d3be 100644 --- a/.github/workflows/merge-release-to-master.yaml +++ b/.github/workflows/merge-release-to-master.yaml @@ -51,7 +51,7 @@ jobs: app-id: ${{ secrets.APP_ID }} private-key: ${{ secrets.APP_PRIVATE_KEY }} - name: "Create Pull Request" - uses: peter-evans/create-pull-request@5e914681df9dc83aa4e4905692ca88beb2f9e91f # v7.0.5 + uses: peter-evans/create-pull-request@67ccf781d68cd99b580ae25a5c18a1cc84ffff1f # v7.0.6 if: steps.commit-changes.outputs.changes == 'committed' with: commit-message: "chore(merge): ${{ steps.latest-branch.outputs.branch }} branch to master" diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index a186796086b3..36fb2e4e1970 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -91,7 +91,7 @@ jobs: run: | release-tool changelog.md --repo ${{ github.repository }} > CHANGELOG.md - name: "Create Pull Request" - uses: peter-evans/create-pull-request@5e914681df9dc83aa4e4905692ca88beb2f9e91f # v7.0.5 + uses: peter-evans/create-pull-request@67ccf781d68cd99b580ae25a5c18a1cc84ffff1f # v7.0.6 with: commit-message: "docs(CHANGELOG.md): updating changelog and version files" signoff: true diff --git a/.github/workflows/update-docs.yaml b/.github/workflows/update-docs.yaml index 162dae2cc5ab..58809587c433 100644 --- a/.github/workflows/update-docs.yaml +++ b/.github/workflows/update-docs.yaml @@ -68,7 +68,7 @@ jobs: owner: ${{ github.repository_owner }} repositories: ${{ env.DOCS_REPO }} - name: "Create Pull Request" - uses: peter-evans/create-pull-request@5e914681df9dc83aa4e4905692ca88beb2f9e91f # v7.0.5 + uses: peter-evans/create-pull-request@67ccf781d68cd99b580ae25a5c18a1cc84ffff1f # v7.0.6 with: path: docs commit-message: "chore(deps): update docs from repo source" diff --git a/.github/workflows/update-insecure-dependencies.yaml b/.github/workflows/update-insecure-dependencies.yaml index 2125c927084f..f96f307d27d5 100644 --- a/.github/workflows/update-insecure-dependencies.yaml +++ b/.github/workflows/update-insecure-dependencies.yaml @@ -68,7 +68,7 @@ jobs: app-id: ${{ secrets.APP_ID }} private-key: ${{ secrets.APP_PRIVATE_KEY }} - name: "Create Pull Request" - uses: peter-evans/create-pull-request@5e914681df9dc83aa4e4905692ca88beb2f9e91f # v7.0.5 + uses: peter-evans/create-pull-request@67ccf781d68cd99b580ae25a5c18a1cc84ffff1f # v7.0.6 with: commit-message: "chore(deps): security update" signoff: true