From bd866bc1868c9ad56484251519784c9817f028df Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 25 Mar 2026 04:10:52 +0000 Subject: [PATCH] Bump actions/github-script from 7 to 8 in /.github/workflows Bumps [actions/github-script](https://github.com/actions/github-script) from 7 to 8. - [Release notes](https://github.com/actions/github-script/releases) - [Commits](https://github.com/actions/github-script/compare/v7...v8) --- updated-dependencies: - dependency-name: actions/github-script dependency-version: '8' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/cloud_evals.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/cloud_evals.yml b/.github/workflows/cloud_evals.yml index 31be3dd..cc0d62e 100644 --- a/.github/workflows/cloud_evals.yml +++ b/.github/workflows/cloud_evals.yml @@ -20,7 +20,7 @@ jobs: trigger_cloud_eval_image_build: runs-on: ubuntu-latest steps: - - uses: actions/github-script@v7 + - uses: actions/github-script@v8 with: github-token: ${{ secrets.TRIGGER_CLOUD_BUILD_GH_KEY }} script: |