Skip to content

Commit

Permalink
Use Dart SDK 3.1.0 for format check
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
Ilya Yanok authored and yanok committed Oct 26, 2023
1 parent ca537db commit b7d752e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit b7d752e

Please sign in to comment.