From a929339bc6fd0ba76d3dc53d1a97638f76d174e9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 29 Jan 2024 15:18:16 -0500 Subject: [PATCH] Bump peter-evans/find-comment from 2 to 3 in /.github/workflows (#14907) 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/dynamo_post_bin_diff.yml | 2 +- .github/workflows/ui_smoke_tests.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/dynamo_post_bin_diff.yml b/.github/workflows/dynamo_post_bin_diff.yml index ced3e34b55b..2c26213b301 100644 --- a/.github/workflows/dynamo_post_bin_diff.yml +++ b/.github/workflows/dynamo_post_bin_diff.yml @@ -35,7 +35,7 @@ jobs: echo "DIFF=$(cat ${{ github.workspace }}/bin_diff_result/result.txt)" >> $GITHUB_OUTPUT echo "TIMESTAMP=$(date +%Y-%m-%d-%H:%M:%S)" >> $GITHUB_OUTPUT - name: Find Comment - uses: peter-evans/find-comment@v2 + uses: peter-evans/find-comment@v3 id: find_comment with: issue-number: ${{ steps.set_details.outputs.PR_NUMBER }} diff --git a/.github/workflows/ui_smoke_tests.yml b/.github/workflows/ui_smoke_tests.yml index d5b1a6a3582..629738b9838 100644 --- a/.github/workflows/ui_smoke_tests.yml +++ b/.github/workflows/ui_smoke_tests.yml @@ -95,7 +95,7 @@ jobs: $pr_comment | Out-File -FilePath pr_comment.md - name: Find Comment if: env.PR_NUMBER != '' - uses: peter-evans/find-comment@v2 + uses: peter-evans/find-comment@v3 id: find_comment with: issue-number: ${{ env.PR_NUMBER }}