From f7691a79a02701736f5ab788f65c37b638c7d409 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 19 May 2025 08:10:14 +0200 Subject: [PATCH] Update peter-evans/find-comment action to v3.1.0 (#18177) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- .github/workflows/mypy_primer_comment.yaml | 2 +- .github/workflows/pr-comment.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/mypy_primer_comment.yaml b/.github/workflows/mypy_primer_comment.yaml index 593a38e79f..85c3367780 100644 --- a/.github/workflows/mypy_primer_comment.yaml +++ b/.github/workflows/mypy_primer_comment.yaml @@ -79,7 +79,7 @@ jobs: echo 'EOF' >> "$GITHUB_OUTPUT" - name: Find existing comment - uses: peter-evans/find-comment@3eae4d37986fb5a8592848f6a574fdf654e61f9e # v3 + uses: peter-evans/find-comment@3eae4d37986fb5a8592848f6a574fdf654e61f9e # v3.1.0 if: steps.generate-comment.outcome == 'success' id: find-comment with: diff --git a/.github/workflows/pr-comment.yaml b/.github/workflows/pr-comment.yaml index e0fad2358a..0ef00644c1 100644 --- a/.github/workflows/pr-comment.yaml +++ b/.github/workflows/pr-comment.yaml @@ -70,7 +70,7 @@ jobs: echo 'EOF' >> "$GITHUB_OUTPUT" - name: Find existing comment - uses: peter-evans/find-comment@3eae4d37986fb5a8592848f6a574fdf654e61f9e # v3 + uses: peter-evans/find-comment@3eae4d37986fb5a8592848f6a574fdf654e61f9e # v3.1.0 if: steps.generate-comment.outcome == 'success' id: find-comment with: