diff --git a/.github/workflows/default.yaml b/.github/workflows/default.yaml index edd494c8..4e8c49fe 100644 --- a/.github/workflows/default.yaml +++ b/.github/workflows/default.yaml @@ -62,7 +62,7 @@ jobs: issue-number: ${{ github.event.pull_request.number }} body-includes: Diffuse output - - uses: peter-evans/create-or-update-comment@v4 + - uses: peter-evans/create-or-update-comment@v5 if: ${{ steps.diffuse.outputs.diff-raw != null || steps.find_comment.outputs.comment-id != null }} with: body: | diff --git a/.github/workflows/dependencies.yml b/.github/workflows/dependencies.yml index b9144b45..0d775517 100644 --- a/.github/workflows/dependencies.yml +++ b/.github/workflows/dependencies.yml @@ -45,7 +45,7 @@ jobs: issue-number: ${{ github.event.pull_request.number }} body-includes: Dependency diff - - uses: peter-evans/create-or-update-comment@v4 + - uses: peter-evans/create-or-update-comment@v5 if: ${{ steps.dependency-diff.outputs.text-diff != null || steps.find_comment.outputs.comment-id != null }} with: body: |