From 81157562590e27918e13634939d68496935c101e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 Feb 2023 02:44:34 -0600 Subject: [PATCH] :seedling: Bump peter-evans/find-comment from 2.1.0 to 2.2.1 (#2641) Bumps [peter-evans/find-comment](https://github.com/peter-evans/find-comment) from 2.1.0 to 2.2.1. - [Release notes](https://github.com/peter-evans/find-comment/releases) - [Commits](https://github.com/peter-evans/find-comment/compare/f4499a714d59013c74a08789b48abe4b704364a0...85a676a52594b4481e0532825a2d8906ef96dac2) --- updated-dependencies: - dependency-name: peter-evans/find-comment dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/integration.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/integration.yml b/.github/workflows/integration.yml index 3afe9888d99..f90d83ab748 100644 --- a/.github/workflows/integration.yml +++ b/.github/workflows/integration.yml @@ -85,7 +85,7 @@ jobs: verbose: true - name: find comment - uses: peter-evans/find-comment@f4499a714d59013c74a08789b48abe4b704364a0 # v2.1.0 + uses: peter-evans/find-comment@85a676a52594b4481e0532825a2d8906ef96dac2 # v2.2.1 id: fc with: issue-number: ${{ github.event.pull_request.number || github.event.client_payload.pull_request.number }}