diff --git a/.github/workflows/issue-comment-created.yml b/.github/workflows/issue-comment-created.yml index b17a1fecb..6595a53d4 100644 --- a/.github/workflows/issue-comment-created.yml +++ b/.github/workflows/issue-comment-created.yml @@ -47,7 +47,7 @@ jobs: - name: Add Comment if: steps.search.outputs.issue == '' && steps.create.outputs.issue != '' - uses: actions/github-script@v6 + uses: actions/github-script@v8 with: github-token: ${{secrets.GITHUB_TOKEN}} script: |