From 530e41f83f52dd314077317e6d69af7eea61befd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 8 Oct 2025 17:33:14 +0000 Subject: [PATCH] Bump peter-evans/find-comment from 3.1.0 to 4.0.0 (#57861) Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/dont-delete-assets.yml | 2 +- .github/workflows/dont-delete-features.yml | 2 +- .github/workflows/notify-about-deployment.yml | 2 +- .github/workflows/readability.yml | 2 +- .github/workflows/review-comment.yml | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/dont-delete-assets.yml b/.github/workflows/dont-delete-assets.yml index c509ad60c6..79bfa40cb8 100644 --- a/.github/workflows/dont-delete-assets.yml +++ b/.github/workflows/dont-delete-assets.yml @@ -42,7 +42,7 @@ jobs: - name: Find possible previous comment if: ${{ steps.comment.outputs.markdown != '' }} - uses: peter-evans/find-comment@3eae4d37986fb5a8592848f6a574fdf654e61f9e + uses: peter-evans/find-comment@b30e6a3c0ed37e7c023ccd3f1db5c6c0b0c23aad id: findComment with: issue-number: ${{ github.event.number }} diff --git a/.github/workflows/dont-delete-features.yml b/.github/workflows/dont-delete-features.yml index 665714ac28..f36ed31390 100644 --- a/.github/workflows/dont-delete-features.yml +++ b/.github/workflows/dont-delete-features.yml @@ -42,7 +42,7 @@ jobs: - name: Find possible previous comment if: ${{ steps.comment.outputs.markdown != '' }} - uses: peter-evans/find-comment@3eae4d37986fb5a8592848f6a574fdf654e61f9e + uses: peter-evans/find-comment@b30e6a3c0ed37e7c023ccd3f1db5c6c0b0c23aad id: findComment with: issue-number: ${{ github.event.number }} diff --git a/.github/workflows/notify-about-deployment.yml b/.github/workflows/notify-about-deployment.yml index 331dc5e740..377755f99e 100644 --- a/.github/workflows/notify-about-deployment.yml +++ b/.github/workflows/notify-about-deployment.yml @@ -47,7 +47,7 @@ jobs: - name: Find content directory changes comment if: ${{ steps.get-number.outputs.number != '' }} - uses: peter-evans/find-comment@3eae4d37986fb5a8592848f6a574fdf654e61f9e + uses: peter-evans/find-comment@b30e6a3c0ed37e7c023ccd3f1db5c6c0b0c23aad id: findComment with: issue-number: ${{ steps.get-number.outputs.number }} diff --git a/.github/workflows/readability.yml b/.github/workflows/readability.yml index 32ffec056a..b1bb7393c2 100644 --- a/.github/workflows/readability.yml +++ b/.github/workflows/readability.yml @@ -69,7 +69,7 @@ jobs: - name: Find existing readability comment if: ${{ steps.changed_files.outputs.filtered_changed_files }} - uses: peter-evans/find-comment@3eae4d37986fb5a8592848f6a574fdf654e61f9e + uses: peter-evans/find-comment@b30e6a3c0ed37e7c023ccd3f1db5c6c0b0c23aad id: findComment with: issue-number: ${{ github.event_name == 'workflow_dispatch' && inputs.pull_request_number || github.event.number }} diff --git a/.github/workflows/review-comment.yml b/.github/workflows/review-comment.yml index d5c1121451..b520ff54d8 100644 --- a/.github/workflows/review-comment.yml +++ b/.github/workflows/review-comment.yml @@ -49,7 +49,7 @@ jobs: echo "APP_URL=https://adjective-noun-hash-4000.app.github.dev" >> $GITHUB_ENV fi - name: Find code changes comment - uses: peter-evans/find-comment@3eae4d37986fb5a8592848f6a574fdf654e61f9e + uses: peter-evans/find-comment@b30e6a3c0ed37e7c023ccd3f1db5c6c0b0c23aad id: findComment with: issue-number: ${{ github.event.pull_request.number }}