File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1313 - name : Checkout branch
1414 uses : actions/checkout@v4
1515
16- - name : Setup Dart SDK # This will use the latest version of dart unless specified otherwise.
16+ - name : Setup Dart SDK # Using Dart 3.8 to match pubspec.yaml constraint
1717 uses : dart-lang/setup-dart@v1 # https://github.com/dart-lang/setup-dart
18+ with :
19+ sdk : 3.8
1820
1921 - name : Install dependencies
2022 run : dart pub get
Original file line number Diff line number Diff line change 1313 - name : Checkout branch
1414 uses : actions/checkout@v4
1515
16- - name : Setup Dart SDK # This will use the latest version of dart unless specified otherwise.
16+ - name : Setup Dart SDK # Using Dart 3.8 to match pubspec.yaml constraint
1717 uses : dart-lang/setup-dart@v1 # https://github.com/dart-lang/setup-dart
18+ with :
19+ sdk : 3.8
1820
1921 - name : Install dependencies
2022 run : dart pub get
Original file line number Diff line number Diff line change 2020 ref : gh-pages
2121 path : gh-pages-repo
2222
23- - name : Setup Dart SDK # This will use the latest version of dart unless specified otherwise.
23+ - name : Setup Dart SDK # Using Dart 3.8 to match pubspec.yaml constraint
2424 uses : dart-lang/setup-dart@v1 # https://github.com/dart-lang/setup-dart
25+ with :
26+ sdk : 3.8
2527
2628 - name : Install dependencies
2729 run : dart pub get
Original file line number Diff line number Diff line change 1919 ref : gh-pages
2020 path : gh-pages-repo
2121
22- - name : Setup Dart SDK # This will use the latest version of dart unless specified otherwise.
22+ - name : Setup Dart SDK # Using Dart 3.8 to match pubspec.yaml constraint
2323 uses : dart-lang/setup-dart@v1 # https://github.com/dart-lang/setup-dart
24+ with :
25+ sdk : 3.8
2426
2527 - name : Install dependencies
2628 run : dart pub get
You can’t perform that action at this time.
0 commit comments