diff --git a/.github/workflows/check_db_entities.yml b/.github/workflows/check_db_entities.yml index 361e2f670..e3a546e66 100644 --- a/.github/workflows/check_db_entities.yml +++ b/.github/workflows/check_db_entities.yml @@ -57,7 +57,7 @@ jobs: - name: 💬 Create or Update Comment if: steps.check_entities.outputs.has_changes == 'true' - uses: peter-evans/create-or-update-comment@v4 + uses: peter-evans/create-or-update-comment@v5 with: comment-id: ${{ steps.find_comment.outputs.comment-id }} issue-number: ${{ github.event.pull_request.number }}