From ee278018d47671fd85b1490ca6160d4ffc6470cc Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 25 Oct 2024 19:53:55 +0000 Subject: [PATCH] chore(deps): update thollander/actions-comment-pull-request action to v3 --- .github/workflows/diff.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/diff.yml b/.github/workflows/diff.yml index cc42f9e..e97adc5 100644 --- a/.github/workflows/diff.yml +++ b/.github/workflows/diff.yml @@ -39,6 +39,6 @@ jobs: echo "No differences found in the app of apps." > diff.txt fi - name: Comment results on the pull request - uses: thollander/actions-comment-pull-request@v2 + uses: thollander/actions-comment-pull-request@v3 with: filePath: diff.txt