diff --git a/.github/workflows/component-smoke-test.yml b/.github/workflows/component-smoke-test.yml index fd5a41b..9df66cb 100644 --- a/.github/workflows/component-smoke-test.yml +++ b/.github/workflows/component-smoke-test.yml @@ -79,7 +79,7 @@ jobs: # Runs even if either smoke-test step failed above, so a broken ref shows # up as a comment, not just a red check the contributor has to click into. if: github.event_name == 'pull_request' && always() - uses: actions/github-script@v7 + uses: actions/github-script@v9 with: script: | const fs = require("node:fs");