From 2e0b183ecb6631b499a79a75d4c20a475367c098 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 17 Feb 2024 07:50:29 +0000 Subject: [PATCH] [Renovate] Update thollander/actions-comment-pull-request action to v2.5.0 --- .github/workflows/pr.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pr.yml b/.github/workflows/pr.yml index 13d504a..ac91306 100644 --- a/.github/workflows/pr.yml +++ b/.github/workflows/pr.yml @@ -70,7 +70,7 @@ jobs: echo '```' ; } >> code-coverage.md - - uses: thollander/actions-comment-pull-request@v2.4.3 + - uses: thollander/actions-comment-pull-request@v2.5.0 with: comment_tag: code-coverage filePath: code-coverage.md