From a2b889db48d7852696784702a18e2d6ab35b0788 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Apr 2026 18:28:29 +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/integration-tests.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/integration-tests.yml b/.github/workflows/integration-tests.yml index 637bc155a..58421973f 100644 --- a/.github/workflows/integration-tests.yml +++ b/.github/workflows/integration-tests.yml @@ -78,7 +78,7 @@ jobs: uses: actions/checkout@v5 - name: Configure Cache Env - uses: actions/github-script@v8 + uses: actions/github-script@v9 with: script: | core.exportVariable('ACTIONS_RESULTS_URL', process.env.ACTIONS_RESULTS_URL || ''); @@ -221,14 +221,14 @@ jobs: # make sure it's working. # # - name: Configure Cache Env - # uses: actions/github-script@v8 + # uses: actions/github-script@v9 # with: # script: | # core.exportVariable('ACTIONS_RESULTS_URL', process.env.ACTIONS_RESULTS_URL || ''); # core.exportVariable('ACTIONS_RUNTIME_TOKEN', process.env.ACTIONS_RUNTIME_TOKEN || '') # - name: Configure ROCm Env - # uses: actions/github-script@v8 + # uses: actions/github-script@v9 # with: # script: | # core.exportVariable('ROCM_PATH', process.env.ROCM_PATH || '');