diff --git a/.github/workflows/CI.yml b/.github/workflows/CI.yml index b718310..973b1a3 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -68,7 +68,7 @@ jobs: run: julia --project=docs/ docs/make.jl - name: Make comment with preview link if: ${{ github.event_name == 'pull_request' && github.event.action == 'opened'}} - uses: actions/github-script@v8 + uses: actions/github-script@v9 with: script: | github.rest.issues.createComment({