From 1e8daff54f6a043e97a168f81a258f093d2a0f2f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Apr 2026 08:19:37 +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 1aacc13..88cc8f3 100644 --- a/.github/workflows/package-build.yml +++ b/.github/workflows/package-build.yml @@ -48,7 +48,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