From 9bbd59d71eb884146cbe1a0c5357ca02c738c9c8 Mon Sep 17 00:00:00 2001 From: Nick Fisher Date: Tue, 1 Sep 2026 22:52:54 +0800 Subject: [PATCH] ci: pin setup-dart for composite action --- .github/actions/setup-build-env/action.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/actions/setup-build-env/action.yml b/.github/actions/setup-build-env/action.yml index 77beefe16..94a27e5cd 100644 --- a/.github/actions/setup-build-env/action.yml +++ b/.github/actions/setup-build-env/action.yml @@ -30,4 +30,6 @@ runs: sudo apt-get install -y xvfb sudo apt-get install -y libosmesa6-dev - name: Set up Dart - uses: dart-lang/setup-dart@v1 + # v1.8.x registers its problem matcher relative to this outer composite + # action and fails before Dart tests start. Pin the last known-good v1.7.2. + uses: dart-lang/setup-dart@65eb853c7ba17dde3be364c3d2858773e7144260