From 03a3ef09b0c3e157dae4d02891a5bc12ff440e62 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 26 Jan 2024 06:07:31 +0000 Subject: [PATCH] build(deps): bump peter-evans/create-or-update-comment Bumps [peter-evans/create-or-update-comment](https://github.com/peter-evans/create-or-update-comment) from 3.1.0 to 4.0.0. - [Release notes](https://github.com/peter-evans/create-or-update-comment/releases) - [Commits](https://github.com/peter-evans/create-or-update-comment/compare/23ff15729ef2fc348714a3bb66d2f655ca9066f2...71345be0265236311c031f5c7866368bd1eff043) --- updated-dependencies: - dependency-name: peter-evans/create-or-update-comment dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/changelog.yml | 2 +- .github/workflows/dependencies.yml | 2 +- .github/workflows/issues.yml | 2 +- .github/workflows/library_versions.yml | 2 +- .github/workflows/pull_request_target.yml | 4 ++-- 5 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/changelog.yml b/.github/workflows/changelog.yml index 3e026a32e75..a994b6bd816 100644 --- a/.github/workflows/changelog.yml +++ b/.github/workflows/changelog.yml @@ -45,7 +45,7 @@ jobs: - run: echo ${{ steps.prc.outputs.comment-id }} - name: PR Comment if: steps.prc.outputs.comment-id == '' - uses: peter-evans/create-or-update-comment@23ff15729ef2fc348714a3bb66d2f655ca9066f2 # v3.1.0 + uses: peter-evans/create-or-update-comment@71345be0265236311c031f5c7866368bd1eff043 # v4.0.0 env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} with: diff --git a/.github/workflows/dependencies.yml b/.github/workflows/dependencies.yml index f8e01c72f1e..ae671c59bb8 100644 --- a/.github/workflows/dependencies.yml +++ b/.github/workflows/dependencies.yml @@ -48,7 +48,7 @@ jobs: - run: echo ${{ steps.prc.outputs.comment-id }} - name: PR Comment if: steps.prc.outputs.comment-id == '' - uses: peter-evans/create-or-update-comment@23ff15729ef2fc348714a3bb66d2f655ca9066f2 # v3.1.0 + uses: peter-evans/create-or-update-comment@71345be0265236311c031f5c7866368bd1eff043 # v4.0.0 env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} with: diff --git a/.github/workflows/issues.yml b/.github/workflows/issues.yml index d949186fd54..45f9fe95d3c 100644 --- a/.github/workflows/issues.yml +++ b/.github/workflows/issues.yml @@ -140,7 +140,7 @@ jobs: runs-on: ubuntu-latest steps: - name: 'Add community note to new Issues' - uses: peter-evans/create-or-update-comment@23ff15729ef2fc348714a3bb66d2f655ca9066f2 # v3.1.0 + uses: peter-evans/create-or-update-comment@71345be0265236311c031f5c7866368bd1eff043 # v4.0.0 with: issue-number: ${{ github.event.issue.number }} body: | diff --git a/.github/workflows/library_versions.yml b/.github/workflows/library_versions.yml index 3d40db8c4f9..2ae133a3da7 100644 --- a/.github/workflows/library_versions.yml +++ b/.github/workflows/library_versions.yml @@ -51,7 +51,7 @@ jobs: - name: PR Comment if: steps.prc.outputs.comment-id == '' - uses: peter-evans/create-or-update-comment@23ff15729ef2fc348714a3bb66d2f655ca9066f2 # v3.1.0 + uses: peter-evans/create-or-update-comment@71345be0265236311c031f5c7866368bd1eff043 # v4.0.0 env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} with: diff --git a/.github/workflows/pull_request_target.yml b/.github/workflows/pull_request_target.yml index e3809f22e80..d21a3c8cf10 100644 --- a/.github/workflows/pull_request_target.yml +++ b/.github/workflows/pull_request_target.yml @@ -222,7 +222,7 @@ jobs: runs-on: ubuntu-latest steps: - name: 'Add community note to new Pull Requests' - uses: peter-evans/create-or-update-comment@23ff15729ef2fc348714a3bb66d2f655ca9066f2 # v3.1.0 + uses: peter-evans/create-or-update-comment@71345be0265236311c031f5c7866368bd1eff043 # v4.0.0 with: issue-number: ${{ github.event.pull_request.number }} body: | @@ -265,7 +265,7 @@ jobs: runs-on: ubuntu-latest steps: - name: 'Comment if maintainers cannot edit' - uses: peter-evans/create-or-update-comment@23ff15729ef2fc348714a3bb66d2f655ca9066f2 # v3.1.0 + uses: peter-evans/create-or-update-comment@71345be0265236311c031f5c7866368bd1eff043 # v4.0.0 with: issue-number: ${{ github.event.pull_request.number }} body: |