From 5935bd77def88b6b019a4ff028914db86e352a2c Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 15 Dec 2025 16:46:23 +0000 Subject: [PATCH] Update thollander/actions-comment-pull-request action to v3 --- .github/workflows/pr-config.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/pr-config.yaml b/.github/workflows/pr-config.yaml index 0c26677..29b035e 100644 --- a/.github/workflows/pr-config.yaml +++ b/.github/workflows/pr-config.yaml @@ -21,7 +21,7 @@ jobs: uses: actions/checkout@v4 - name: Comment PR 📝 - uses: thollander/actions-comment-pull-request@v2 + uses: thollander/actions-comment-pull-request@v3 with: message: | ### Review Checklist @@ -127,7 +127,7 @@ jobs: - name: PR comment with file 📝 if: always() - uses: thollander/actions-comment-pull-request@v2 + uses: thollander/actions-comment-pull-request@v3 with: comment_tag: show_diff filePath: diff.yaml