From 7cff4084fbd652f6eea533c1923ae375d46a2327 Mon Sep 17 00:00:00 2001 From: platform-engineering-bot <137812415+platform-engineering-bot@users.noreply.github.com> Date: Tue, 6 Feb 2024 12:31:59 +0100 Subject: [PATCH] Update peter-evans/find-comment to v3 (#282) Signed-off-by: null --- .github/workflows/check-architectures.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/check-architectures.yaml b/.github/workflows/check-architectures.yaml index ea2fc1ef..cc0ab617 100644 --- a/.github/workflows/check-architectures.yaml +++ b/.github/workflows/check-architectures.yaml @@ -53,7 +53,7 @@ jobs: continue-on-error: true run: bash tests/check_architectures.sh "${{ env.GIT_DIFF }}" yq >> ./pr/output - name: Find Comment in PR - uses: peter-evans/find-comment@a54c31d7fa095754bfef525c0c8e5e5674c4b4b1 # v2.4.0 + uses: peter-evans/find-comment@d5fe37641ad8451bdd80312415672ba26c86575e # v3.0.0 id: find with: issue-number: ${{ github.event.number }}