From 3666b77a4d07f38a74a93b380ebeca2b5b2f8556 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 2 Feb 2024 09:19:42 +0100 Subject: [PATCH] Dependabot:(deps): Bump peter-evans/find-comment from 2 to 3 (#417) 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/pr_comment.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/pr_comment.yml b/.github/workflows/pr_comment.yml index fa30a6c1..56685936 100644 --- a/.github/workflows/pr_comment.yml +++ b/.github/workflows/pr_comment.yml @@ -46,7 +46,7 @@ jobs: - name: Find Comment # if: github.event_name == 'pull_request' # if: ${{ github.event.workflow_run.conclusion == 'success/failure' }} - uses: peter-evans/find-comment@v2 + uses: peter-evans/find-comment@v3 id: fc with: issue-number: ${{ fromJson(steps.output_pr_context.outputs.pr_context).pr_number }} @@ -169,7 +169,7 @@ jobs: - name: Find Comment if: ${{ always() }} - uses: peter-evans/find-comment@v2 + uses: peter-evans/find-comment@v3 id: fc with: issue-number: ${{ fromJson(steps.output_pr_context.outputs.pr_context).pr_number }}