From 494bac3d3d2fb42ed8abe3d1f494730c781e1f2e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 25 Jan 2024 14:53:31 +0000 Subject: [PATCH] chore(deps): bump peter-evans/create-or-update-comment from 3 to 4 Bumps [peter-evans/create-or-update-comment](https://github.com/peter-evans/create-or-update-comment) from 3 to 4. - [Release notes](https://github.com/peter-evans/create-or-update-comment/releases) - [Commits](https://github.com/peter-evans/create-or-update-comment/compare/v3...v4) --- 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/smart-commenting.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/smart-commenting.yml b/.github/workflows/smart-commenting.yml index a8d8690a7..11a7905f1 100644 --- a/.github/workflows/smart-commenting.yml +++ b/.github/workflows/smart-commenting.yml @@ -12,7 +12,7 @@ jobs: pull-requests: write steps: - name: Add comment for GPG-sign - uses: peter-evans/create-or-update-comment@v3 + uses: peter-evans/create-or-update-comment@v4 with: issue-number: ${{ github.event.pull_request.number }} body: | @@ -31,7 +31,7 @@ jobs: pull-requests: write steps: - name: Add comment for PHPUnit test - uses: peter-evans/create-or-update-comment@v3 + uses: peter-evans/create-or-update-comment@v4 with: issue-number: ${{ github.event.pull_request.number }} body: | @@ -51,7 +51,7 @@ jobs: pull-requests: write steps: - name: Add comment for resolving a merge conflict - uses: peter-evans/create-or-update-comment@v3 + uses: peter-evans/create-or-update-comment@v4 with: issue-number: ${{ github.event.pull_request.number }} body: |