diff --git a/.github/workflows/label_comment.yml b/.github/workflows/label_comment.yml index 796ccca..dae6036 100644 --- a/.github/workflows/label_comment.yml +++ b/.github/workflows/label_comment.yml @@ -19,6 +19,6 @@ jobs: with: ref: master - name: Send Issue/Pull request comment - uses: peaceiris/actions-label-commenter@v1.6.0 + uses: peaceiris/actions-label-commenter@v1.8.2 with: github_token: ${{ secrets.GITHUB_TOKEN }}