From 8db4e9ea89b75d2da662dc2b99f9bc1628d8358a Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 25 Jan 2024 12:14:56 +0000 Subject: [PATCH] Update peter-evans/create-or-update-comment action to v4 --- .github/workflows/dependencies.yml | 2 +- .github/workflows/run_diffuse.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/dependencies.yml b/.github/workflows/dependencies.yml index c04d3be..2544a06 100644 --- a/.github/workflows/dependencies.yml +++ b/.github/workflows/dependencies.yml @@ -54,7 +54,7 @@ jobs: issue-number: ${{ github.event.pull_request.number }} body-includes: Dependency diff - - 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/run_diffuse.yml b/.github/workflows/run_diffuse.yml index 5d9c53a..7b2c8a1 100644 --- a/.github/workflows/run_diffuse.yml +++ b/.github/workflows/run_diffuse.yml @@ -72,7 +72,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: |