From 064d7688e2d2d764608c8b5beb71a1b70ea588b6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 10 Apr 2026 05:22:44 +0000 Subject: [PATCH] build(deps): bump actions/github-script from 8 to 9 Bumps [actions/github-script](https://github.com/actions/github-script) from 8 to 9. - [Release notes](https://github.com/actions/github-script/releases) - [Commits](https://github.com/actions/github-script/compare/v8...v9) --- updated-dependencies: - dependency-name: actions/github-script dependency-version: '9' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/update-vscode-versions.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/update-vscode-versions.yml b/.github/workflows/update-vscode-versions.yml index 7e3839485..cace00d21 100644 --- a/.github/workflows/update-vscode-versions.yml +++ b/.github/workflows/update-vscode-versions.yml @@ -219,7 +219,7 @@ jobs: - name: 💬 Comment on PR with test instructions if: steps.check.outputs.needs_update == 'true' && steps.create_pr.outputs.pull-request-number - uses: actions/github-script@v8 + uses: actions/github-script@v9 with: script: | github.rest.issues.createComment({ @@ -264,7 +264,7 @@ jobs: - name: ⚠️ Notify on failure if: failure() - uses: actions/github-script@v8 + uses: actions/github-script@v9 with: script: | github.rest.issues.create({