diff --git a/.github/workflows/sync-requirements.yml b/.github/workflows/sync-requirements.yml index 9dfd030..0ca3223 100644 --- a/.github/workflows/sync-requirements.yml +++ b/.github/workflows/sync-requirements.yml @@ -64,7 +64,7 @@ jobs: - name: Comment on PR if: env.requirements_updated == 'true' - uses: actions/github-script@v8 + uses: actions/github-script@v9 with: script: | github.rest.issues.createComment({