Skip to content

Commit

Permalink
chore: update sdks (#151)
Browse files Browse the repository at this point in the history
  • Loading branch information
wasabeef authored Oct 28, 2021
1 parent 48b4e15 commit 6c6675a
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/dart-ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,10 @@ jobs:
- uses: actions/checkout@v2
- uses: subosito/flutter-action@v1
with:
flutter-version: '2.5.0'
flutter-version: '2.5.3'
- uses: dart-lang/setup-dart@v1
with:
sdk: '2.14.1'
sdk: '2.14.4'

- name: Set environment
if: startsWith(matrix.os, 'macos') || startsWith(matrix.os, 'ubuntu')
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,10 +25,10 @@ jobs:
- uses: actions/checkout@v2
- uses: subosito/flutter-action@v1
with:
flutter-version: '2.5.0'
flutter-version: '2.5.3'
- uses: dart-lang/setup-dart@v1
with:
sdk: '2.14.1'
sdk: '2.14.4'

- name: Set environment for macos and ubuntu
if: startsWith(matrix.os, 'macos') || startsWith(matrix.os, 'ubuntu')
Expand Down
4 changes: 2 additions & 2 deletions .tool-versions
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
dart 2.14.1
flutter 2.5.0-stable
dart 2.14.4
flutter 2.5.3-stable
nodejs 16.9.0

4 changes: 2 additions & 2 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"dart.flutterSdkPath": "~/.asdf/installs/flutter/2.5.0-stable",
"dart.sdkPath": "~/.asdf/installs/dart/2.14.1/dart-sdk"
"dart.flutterSdkPath": "~/.asdf/installs/flutter/2.5.3-stable",
"dart.sdkPath": "~/.asdf/installs/dart/2.14.4/dart-sdk"
}

0 comments on commit 6c6675a

Please sign in to comment.