From 23fd2d6d72b18aaacf69e3636a4b0f7c12856e84 Mon Sep 17 00:00:00 2001 From: Candace Savonen Date: Thu, 5 Sep 2024 14:17:29 -0400 Subject: [PATCH] Update report-maker.yml --- .github/workflows/report-maker.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/report-maker.yml b/.github/workflows/report-maker.yml index 86669f8..83fd2c3 100644 --- a/.github/workflows/report-maker.yml +++ b/.github/workflows/report-maker.yml @@ -53,7 +53,7 @@ jobs: body-includes: ${{ steps.setup1.outputs.error_name }} - name: Status update - uses: peter-evans/create-or-update-comment@v2 + uses: peter-evans/create-or-update-comment@v4 with: comment-id: ${{ steps.fc1.outputs.comment-id }} issue-number: ${{ github.event.pull_request.number }} @@ -113,7 +113,7 @@ jobs: shell: bash - name: Find Comment Again - uses: peter-evans/find-comment@v3 + uses: peter-evans/find-comment@v4 id: fc2 with: issue-number: ${{ github.event.pull_request.number }} @@ -122,7 +122,7 @@ jobs: - name: Say check is incomplete if: steps.check_results.outcome == 'failure' - uses: peter-evans/create-or-update-comment@v2 + uses: peter-evans/create-or-update-comment@v4 with: comment-id: ${{ steps.fc2.outputs.comment-id }} issue-number: ${{ github.event.pull_request.number }} @@ -160,7 +160,7 @@ jobs: - name: There are errors! if: ${{ steps.commit.outputs.error_num > inputs.error_min }} - uses: peter-evans/create-or-update-comment@v2 + uses: peter-evans/create-or-update-comment@v4 with: comment-id: ${{ steps.fc2.outputs.comment-id }} issue-number: ${{ github.event.pull_request.number }} @@ -188,7 +188,7 @@ jobs: - name: No errors comment if: ${{ steps.commit.outputs.error_num <= inputs.error_min }} - uses: peter-evans/create-or-update-comment@v2 + uses: peter-evans/create-or-update-comment@v4 with: comment-id: ${{ steps.fc2.outputs.comment-id }} issue-number: ${{ github.event.pull_request.number }}