From c0ff7105e75483cf6693dda2aa0061a9b0436bc6 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 15 Feb 2026 14:49:49 +0100 Subject: [PATCH] chore(deps): update peter-evans/find-comment action to v4 (#2684) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- .github/workflows/pr-build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pr-build.yml b/.github/workflows/pr-build.yml index 1f697449..5c29a7fd 100644 --- a/.github/workflows/pr-build.yml +++ b/.github/workflows/pr-build.yml @@ -49,7 +49,7 @@ jobs: with: name: checksums path: dist/task_checksums.txt - - uses: peter-evans/find-comment@v3 + - uses: peter-evans/find-comment@v4 id: find-comment with: token: ${{ secrets.GH_PAT || github.token }}