From b7d752e7f696ac0a1b1567a7abb8073b9d581a07 Mon Sep 17 00:00:00 2001 From: Ilya Yanok Date: Thu, 26 Oct 2023 12:04:08 +0200 Subject: [PATCH] Use Dart SDK 3.1.0 for format check To make the check happy. There was a change to formatter and since we format with a HEAD version of dart format internally, now the format check is unhappy @ github. --- .github/workflows/test-package.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test-package.yml b/.github/workflows/test-package.yml index eac09cdd..e67ab426 100644 --- a/.github/workflows/test-package.yml +++ b/.github/workflows/test-package.yml @@ -24,7 +24,7 @@ jobs: - uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 - uses: dart-lang/setup-dart@8a4b97ea2017cc079571daec46542f76189836b1 with: - sdk: 3.0.0 + sdk: 3.1.0 - id: install name: Install dependencies run: dart pub get