From 0f1bb0e7cfd444a444cb89a7a24f443c171b6335 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 2 Oct 2025 17:13:19 +0000 Subject: [PATCH] dependency: Update peter-evans/create-or-update-comment action to v5 --- .github/workflows/gradle.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/gradle.yml b/.github/workflows/gradle.yml index cdb84f60b..4e54d5d69 100644 --- a/.github/workflows/gradle.yml +++ b/.github/workflows/gradle.yml @@ -30,7 +30,7 @@ jobs: comment-author: 'github-actions[bot]' - name: Create progress comment if not exists - uses: peter-evans/create-or-update-comment@v4 + uses: peter-evans/create-or-update-comment@v5 if: github.event_name == 'pull_request' && steps.find-comment.outputs.comment-id == '' id: create-comment with: @@ -43,7 +43,7 @@ jobs: edit-mode: replace - name: Update progress comment if exists - uses: peter-evans/create-or-update-comment@v4 + uses: peter-evans/create-or-update-comment@v5 if: github.event_name == 'pull_request' && steps.find-comment.outputs.comment-id != '' id: update-comment with: @@ -94,7 +94,7 @@ jobs: overwrite: true - name: Update comment with download link - uses: peter-evans/create-or-update-comment@v4 + uses: peter-evans/create-or-update-comment@v5 if: github.event_name == 'pull_request' with: comment-id: ${{ steps.comment.outputs.comment-id }}