Skip to content

Commit

Permalink
Update report-maker.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
cansavvy authored Sep 5, 2024
1 parent 85db9df commit 23fd2d6
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/report-maker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand Down Expand Up @@ -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 }}
Expand All @@ -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 }}
Expand Down Expand Up @@ -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 }}
Expand Down Expand Up @@ -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 }}
Expand Down

0 comments on commit 23fd2d6

Please sign in to comment.