From 526f3962ed553dd45f2b2158ec75ef65577bedd2 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 1 Nov 2024 01:48:09 +0100 Subject: [PATCH] =?UTF-8?q?=E2=AC=86=EF=B8=8F=20update=20thollander/action?= =?UTF-8?q?s-comment-pull-request=20action=20to=20v3=20(#389)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * ⬆️ update thollander/actions-comment-pull-request action to v3 * 🐛 apply changes to allowed input fields in updated GHA --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Kevin Matthes <92332892+kevinmatthes@users.noreply.github.com> --- .github/workflows/tarpaulin.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/tarpaulin.yml b/.github/workflows/tarpaulin.yml index e6894a1..87c6f06 100644 --- a/.github/workflows/tarpaulin.yml +++ b/.github/workflows/tarpaulin.yml @@ -50,7 +50,7 @@ jobs: && echo '```' >> message.txt - name: comment - uses: thollander/actions-comment-pull-request@v2.5.0 + uses: thollander/actions-comment-pull-request@v3.0.0 with: - comment_tag: tarpaulin - filePath: message.txt + comment-tag: tarpaulin + file-path: message.txt