We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d200198 commit e694850Copy full SHA for e694850
.github/workflows/check_db_entities.yml
@@ -57,7 +57,7 @@ jobs:
57
58
- name: 💬 Create or Update Comment
59
if: steps.check_entities.outputs.has_changes == 'true'
60
- uses: peter-evans/create-or-update-comment@v4
+ uses: peter-evans/create-or-update-comment@v5
61
with:
62
comment-id: ${{ steps.find_comment.outputs.comment-id }}
63
issue-number: ${{ github.event.pull_request.number }}
0 commit comments