From 129e2332c081cb87d20bb9144872a247eb45972f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 7 Aug 2026 18:13:19 +0000 Subject: [PATCH] chore(deps): bump dart-lang/setup-dart from 1.7.2 to 1.8.0 Bumps [dart-lang/setup-dart](https://github.com/dart-lang/setup-dart) from 1.7.2 to 1.8.0. - [Release notes](https://github.com/dart-lang/setup-dart/releases) - [Changelog](https://github.com/dart-lang/setup-dart/blob/main/CHANGELOG.md) - [Commits](https://github.com/dart-lang/setup-dart/compare/v1.7.2...v1.8.0) --- updated-dependencies: - dependency-name: dart-lang/setup-dart dependency-version: 1.8.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/evals.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/evals.yaml b/.github/workflows/evals.yaml index 58cf218..6860508 100644 --- a/.github/workflows/evals.yaml +++ b/.github/workflows/evals.yaml @@ -157,7 +157,7 @@ jobs: - name: Set up Dart # Only the `dart-parses` assertion needs this, but a missing `dart` makes that # assertion fail rather than skip, which would read as a content regression. - uses: dart-lang/setup-dart@v1.7.2 + uses: dart-lang/setup-dart@v1.8.0 - name: Install the Claude Agent SDK # promptfoo resolves the SDK from the working directory. A -g install does not work