diff --git a/.github/workflows/pull-request.yml b/.github/workflows/pull-request.yml index e377952..cbad9ee 100644 --- a/.github/workflows/pull-request.yml +++ b/.github/workflows/pull-request.yml @@ -63,7 +63,7 @@ jobs: # https://github.com/actions/github-script#comment-on-an-issue - name: Add comment to opened PR if: github.event.action == 'opened' - uses: actions/github-script@v7 + uses: actions/github-script@v8 with: script: | github.rest.issues.createComment({