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