From ca02769e6ba0ea79cf96c9619ac71793dc811529 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 29 Jan 2024 19:37:52 +0000 Subject: [PATCH] Bump peter-evans/find-comment from 2 to 3 in /.github/workflows 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/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 d2fa1a2a31d..80259df46eb 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 4fbaaea6581..1581714573b 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 }}