From 14bb5f0441fff06e86cf07fb445f5ff46a578898 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 22 Feb 2024 04:13:23 +0000 Subject: [PATCH] Bump peter-evans/find-comment from 2 to 3 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] --- .github/workflows/auto_cherry_pick.yml | 2 +- .github/workflows/automerge.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/auto_cherry_pick.yml b/.github/workflows/auto_cherry_pick.yml index 918206b1..c95b7637 100644 --- a/.github/workflows/auto_cherry_pick.yml +++ b/.github/workflows/auto_cherry_pick.yml @@ -22,7 +22,7 @@ jobs: prt_comment: ${{steps.fc.outputs.comment-body}} steps: - name: Find Comment - uses: peter-evans/find-comment@v2 + uses: peter-evans/find-comment@v3 id: fc with: issue-number: ${{ env.number }} diff --git a/.github/workflows/automerge.yaml b/.github/workflows/automerge.yaml index c3863d47..c6e2e1fd 100644 --- a/.github/workflows/automerge.yaml +++ b/.github/workflows/automerge.yaml @@ -28,7 +28,7 @@ jobs: steps: - id: find-prt-comment name: Find the prt comment - uses: peter-evans/find-comment@v2 + uses: peter-evans/find-comment@v3 with: issue-number: ${{ github.event.number }} body-includes: "trigger: test-robottelo"