Skip to content

Commit 6c6675a

Browse files
authored
chore: update sdks (#151)
1 parent 48b4e15 commit 6c6675a

File tree

4 files changed

+8
-8
lines changed

4 files changed

+8
-8
lines changed

.github/workflows/dart-ci.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,10 +17,10 @@ jobs:
1717
- uses: actions/checkout@v2
1818
- uses: subosito/flutter-action@v1
1919
with:
20-
flutter-version: '2.5.0'
20+
flutter-version: '2.5.3'
2121
- uses: dart-lang/setup-dart@v1
2222
with:
23-
sdk: '2.14.1'
23+
sdk: '2.14.4'
2424

2525
- name: Set environment
2626
if: startsWith(matrix.os, 'macos') || startsWith(matrix.os, 'ubuntu')

.github/workflows/release.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,10 +25,10 @@ jobs:
2525
- uses: actions/checkout@v2
2626
- uses: subosito/flutter-action@v1
2727
with:
28-
flutter-version: '2.5.0'
28+
flutter-version: '2.5.3'
2929
- uses: dart-lang/setup-dart@v1
3030
with:
31-
sdk: '2.14.1'
31+
sdk: '2.14.4'
3232

3333
- name: Set environment for macos and ubuntu
3434
if: startsWith(matrix.os, 'macos') || startsWith(matrix.os, 'ubuntu')

.tool-versions

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
dart 2.14.1
2-
flutter 2.5.0-stable
1+
dart 2.14.4
2+
flutter 2.5.3-stable
33
nodejs 16.9.0
44

.vscode/settings.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
{
2-
"dart.flutterSdkPath": "~/.asdf/installs/flutter/2.5.0-stable",
3-
"dart.sdkPath": "~/.asdf/installs/dart/2.14.1/dart-sdk"
2+
"dart.flutterSdkPath": "~/.asdf/installs/flutter/2.5.3-stable",
3+
"dart.sdkPath": "~/.asdf/installs/dart/2.14.4/dart-sdk"
44
}

0 commit comments

Comments
 (0)