diff --git a/action.yml b/action.yml index 6737b15..20834e5 100644 --- a/action.yml +++ b/action.yml @@ -102,7 +102,7 @@ runs: - name: Post Sticky PR Comment if: ${{ inputs.github-token != '' && github.event_name == 'pull_request' }} - uses: marocchino/sticky-pull-request-comment@v2 + uses: marocchino/sticky-pull-request-comment@v3 with: GITHUB_TOKEN: ${{ inputs.github-token }} path: ${{ inputs.export-markdown }}