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