From 39efeb2d20a7a1d445c3a8b77682e427f23890b8 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 10 Oct 2024 22:01:52 +0000 Subject: [PATCH] Update thollander/actions-comment-pull-request action to v3 --- .github/workflows/test.yml | 2 +- action.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 653219a..568ce99 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -38,7 +38,7 @@ jobs: path: ./output/${{ github.event.repository.name }}.md - name: Upload mermaid md file diagram into PR - uses: thollander/actions-comment-pull-request@v2 + uses: thollander/actions-comment-pull-request@v3 with: filePath: ./output/${{ github.event.repository.name }}.md comment_tag: 'mermaid-diagram' diff --git a/action.yml b/action.yml index 006fcea..ddd27c4 100644 --- a/action.yml +++ b/action.yml @@ -34,7 +34,7 @@ runs: path: ./output/${{ github.event.repository.name }}.md - name: Upload mermaid md file diagram into PR - uses: thollander/actions-comment-pull-request@v2 + uses: thollander/actions-comment-pull-request@v3 with: GITHUB_TOKEN: ${{ inputs.gh-token }} filePath: ./output/${{ github.event.repository.name }}.md