From fa7d93e0a5799af18c962e6e11b4037efd67726b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 26 Jan 2024 23:31:07 -0500 Subject: [PATCH] Bump peter-evans/find-comment from 2 to 3 (#3617) Bumps [peter-evans/find-comment](https://github.com/peter-evans/find-comment) from 2 to 3. - [Release notes](https://github.com/peter-evans/find-comment/releases) - [Commits](https://github.com/peter-evans/find-comment/compare/v2...v3) --- updated-dependencies: - dependency-name: peter-evans/find-comment dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/test262.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test262.yml b/.github/workflows/test262.yml index 9f26e941b0..78630fd61e 100644 --- a/.github/workflows/test262.yml +++ b/.github/workflows/test262.yml @@ -70,7 +70,7 @@ jobs: - name: Find Previous Comment if: github.event_name == 'pull_request' - uses: peter-evans/find-comment@v2 + uses: peter-evans/find-comment@v3 id: previous-comment with: issue-number: ${{ steps.pr-number.outputs.pr }}