From d5e83d0f06e5112e0c64866806348926582daeb4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 29 Dec 2025 23:50:40 +0000 Subject: [PATCH] chore(deps): bump peter-evans/create-or-update-comment from 4 to 5 (#12192) Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Engel Nyst --- .github/workflows/enterprise-check-migrations.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/enterprise-check-migrations.yml b/.github/workflows/enterprise-check-migrations.yml index 8daca0e1b1..354b25bd1e 100644 --- a/.github/workflows/enterprise-check-migrations.yml +++ b/.github/workflows/enterprise-check-migrations.yml @@ -43,7 +43,7 @@ jobs: ⚠️ This PR contains **migrations** - name: Comment warning on PR - uses: peter-evans/create-or-update-comment@v4 + uses: peter-evans/create-or-update-comment@v5 with: issue-number: ${{ github.event.pull_request.number }} comment-id: ${{ steps.find-comment.outputs.comment-id }}