Skip to content

Commit

Permalink
install correct dart version on CI
Browse files Browse the repository at this point in the history
  • Loading branch information
btrautmann committed Sep 17, 2024
1 parent f57bffe commit fafb54f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
- name: Setup dart
uses: dart-lang/setup-dart@d6a63dab3335f427404425de0fbfed4686d93c4f # v1.5.0
with:
sdk: 3.3.1
sdk: 3.4.0

- name: Install dependencies
run: dart pub get
Expand All @@ -49,7 +49,7 @@ jobs:
- name: Setup dart
uses: dart-lang/setup-dart@d6a63dab3335f427404425de0fbfed4686d93c4f # v1.5.0
with:
sdk: 3.3.1
sdk: 3.4.0

- name: Install dependencies
run: |
Expand Down

0 comments on commit fafb54f

Please sign in to comment.