From 8aeb00adabc9d9e3399bf4893920525fd99c3109 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 25 Jan 2024 15:02:46 +0000 Subject: [PATCH] Update peter-evans/create-or-update-comment action to v4 --- .github/workflows/dependencies.yml | 4 ++-- .github/workflows/diffuse.yml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/dependencies.yml b/.github/workflows/dependencies.yml index 1688082..8abda62 100644 --- a/.github/workflows/dependencies.yml +++ b/.github/workflows/dependencies.yml @@ -55,7 +55,7 @@ jobs: issue-number: ${{ github.event.pull_request.number }} body-includes: Dependency diff (Gradle plugin) - - uses: peter-evans/create-or-update-comment@v3 + - uses: peter-evans/create-or-update-comment@v4 if: ${{ steps.dependency-diff.outputs.text-diff != null || steps.find_comment.outputs.comment-id != null }} with: body: | @@ -108,7 +108,7 @@ jobs: issue-number: ${{ github.event.pull_request.number }} body-includes: Dependency diff (core module) - - uses: peter-evans/create-or-update-comment@v3 + - uses: peter-evans/create-or-update-comment@v4 if: ${{ steps.dependency-diff.outputs.text-diff != null || steps.find_comment.outputs.comment-id != null }} with: body: | diff --git a/.github/workflows/diffuse.yml b/.github/workflows/diffuse.yml index ef664b4..4840c4a 100644 --- a/.github/workflows/diffuse.yml +++ b/.github/workflows/diffuse.yml @@ -64,7 +64,7 @@ jobs: issue-number: ${{ github.event.pull_request.number }} body-includes: Diffuse output - - uses: peter-evans/create-or-update-comment@v3 + - uses: peter-evans/create-or-update-comment@v4 if: ${{ steps.diffuse.outputs.diff-gh-comment != null || steps.find_comment.outputs.comment-id != null }} with: body: |