diff --git a/.github/workflows/notebook-sync.yml b/.github/workflows/notebook-sync.yml index f63066f1..d1ba9335 100644 --- a/.github/workflows/notebook-sync.yml +++ b/.github/workflows/notebook-sync.yml @@ -264,7 +264,7 @@ jobs: - name: Comment on issue (optional) if: inputs.sync_type == 'activity' - uses: actions/github-script@v7 + uses: actions/github-script@v9 with: script: | github.rest.issues.createComment({