From 10bb0ee3627d439eeb5d9b0376aad46a21842fb6 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 25 Jan 2024 13:56:43 +0000 Subject: [PATCH] Update peter-evans/find-comment action to v3 --- .github/workflows/main.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 323c201..1162f59 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -38,7 +38,7 @@ jobs: build-root-directory: testproject project: "" - - uses: peter-evans/find-comment@v2 + - uses: peter-evans/find-comment@v3 id: find_comment if: github.event_name == 'pull_request' with: @@ -94,7 +94,7 @@ jobs: additional-gradle-arguments: "--no-configuration-cache --stacktrace" project: "" - - uses: peter-evans/find-comment@v2 + - uses: peter-evans/find-comment@v3 id: find_comment if: github.event_name == 'pull_request' with: