From 65b9c260ccbcf2a3e14e0e40c2b3648e3582a077 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 6 Oct 2025 01:05:50 +0000 Subject: [PATCH] chore(deps): update peter-evans/find-comment action to v4 --- .github/workflows/pr-docs-deployment.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/pr-docs-deployment.yaml b/.github/workflows/pr-docs-deployment.yaml index 34a1a7f..4dcdbbb 100644 --- a/.github/workflows/pr-docs-deployment.yaml +++ b/.github/workflows/pr-docs-deployment.yaml @@ -71,7 +71,7 @@ jobs: wranglerVersion: '3' - name: Find Comment - uses: peter-evans/find-comment@v3 + uses: peter-evans/find-comment@v4 id: fc with: issue-number: ${{ env.PR_NUM }} @@ -114,7 +114,7 @@ jobs: echo "PR_NUM=$(cat pr-num/pr_num)" >> $GITHUB_ENV - name: Find Comment - uses: peter-evans/find-comment@v3 + uses: peter-evans/find-comment@v4 id: fc with: issue-number: ${{ env.PR_NUM }}