Skip to content

Commit 6174c0a

Browse files
committed
Lock Dart Version to Major Release Version
Changed the dart version in the GitHub Actions files to reflect the major release version. This means it will grab the latest patch for that specific release.
1 parent bef75e6 commit 6174c0a

4 files changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/dart.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
- name: Setup Dart SDK
1717
uses: dart-lang/setup-dart@v1 # https://github.com/dart-lang/setup-dart
1818
with:
19-
sdk: 3.7.3
19+
sdk: 3.7
2020

2121
- name: Install dependencies
2222
run: dart pub get

.github/workflows/dart_formatting.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
- name: Setup Dart SDK
1717
uses: dart-lang/setup-dart@v1 # https://github.com/dart-lang/setup-dart
1818
with:
19-
sdk: 3.7.3
19+
sdk: 3.7
2020

2121
- name: Install dependencies
2222
run: dart pub get

.github/workflows/gh-pages-dev.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
- name: Setup Dart SDK
2424
uses: dart-lang/setup-dart@v1 # https://github.com/dart-lang/setup-dart
2525
with:
26-
sdk: 3.7.3
26+
sdk: 3.7
2727

2828
- name: Install dependencies
2929
run: dart pub get

.github/workflows/gh-pages.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
- name: Setup Dart SDK
2323
uses: dart-lang/setup-dart@v1 # https://github.com/dart-lang/setup-dart
2424
with:
25-
sdk: 3.7.3
25+
sdk: 3.7
2626

2727
- name: Install dependencies
2828
run: dart pub get

0 commit comments

Comments
 (0)