From f7fd9f662b93105e9019c768b386cd92fa3eb6a0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Apr 2026 08:19:40 +0000 Subject: [PATCH] ci(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/package-build.yml | 2 +- .github/workflows/release.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/package-build.yml b/.github/workflows/package-build.yml index 9db587f..cfe8fc2 100644 --- a/.github/workflows/package-build.yml +++ b/.github/workflows/package-build.yml @@ -46,7 +46,7 @@ jobs: - name: Comment PR with artifact link if: github.event_name == 'pull_request' continue-on-error: true - uses: actions/github-script@v8 + uses: actions/github-script@v9 with: script: | const runId = context.runId; diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 0cc8a19..1240142 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -43,7 +43,7 @@ jobs: - name: Wait for and get package build run ID id: build-run - uses: actions/github-script@v8 + uses: actions/github-script@v9 with: script: | const maxWaitTime = 10 * 60 * 1000; // 10 minutes