diff --git a/.github/workflows/pr-closure-diff.yml b/.github/workflows/pr-closure-diff.yml index 161f306..1b4fd33 100644 --- a/.github/workflows/pr-closure-diff.yml +++ b/.github/workflows/pr-closure-diff.yml @@ -19,7 +19,7 @@ jobs: comment-author: 'github-actions[bot]' body-includes: NixOS closure diffs - name: Set in-progress message - uses: peter-evans/create-or-update-comment@v4 + uses: peter-evans/create-or-update-comment@v5 id: create-or-update-comment with: comment-id: ${{ steps.find-comment.outputs.comment-id }} @@ -79,7 +79,7 @@ jobs: printf '```\n\n\n' >> message-body done - name: Set finished message - uses: peter-evans/create-or-update-comment@v4 + uses: peter-evans/create-or-update-comment@v5 with: comment-id: ${{ steps.create-or-update-comment.outputs.comment-id }} issue-number: ${{ github.event.pull_request.number }} @@ -87,7 +87,7 @@ jobs: edit-mode: replace - name: Set failure message if: ${{ failure() }} - uses: peter-evans/create-or-update-comment@v4 + uses: peter-evans/create-or-update-comment@v5 with: comment-id: ${{ steps.create-or-update-comment.outputs.comment-id }} issue-number: ${{ github.event.pull_request.number }}