diff --git a/.changes/unreleased/Dependencies-20250414-001901.yaml b/.changes/unreleased/Dependencies-20250414-001901.yaml new file mode 100644 index 00000000000..2dc4edb6dba --- /dev/null +++ b/.changes/unreleased/Dependencies-20250414-001901.yaml @@ -0,0 +1,6 @@ +kind: "Dependencies" +body: "Bump peter-evans/find-comment from 2 to 3" +time: 2025-04-14T00:19:01.00000Z +custom: + Author: dependabot[bot] + Issue: 11494 diff --git a/.github/workflows/artifact-reviews.yml b/.github/workflows/artifact-reviews.yml index 2f648395bb3..0e2908b603e 100644 --- a/.github/workflows/artifact-reviews.yml +++ b/.github/workflows/artifact-reviews.yml @@ -120,7 +120,7 @@ jobs: - name: "Find Comment" if: steps.artifact_files_changed.outputs.artifact_changes == 'true' && steps.check_approvals.outputs.CORE_APPROVALS < env.required_approvals - uses: peter-evans/find-comment@v2 + uses: peter-evans/find-comment@v3 id: find-comment with: issue-number: ${{ github.event.pull_request.number }}