Skip to content

Commit 1c01d43

Browse files
committed
Bump Dart CI version to stable
1 parent bd85cbf commit 1c01d43

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/pull_request.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
- uses: actions/checkout@v3
1818
- uses: dart-lang/[email protected]
1919
with:
20-
sdk: 2.12.0
20+
sdk: stable
2121
- id: install
2222
name: Install dependencies
2323
run: dart pub get

.github/workflows/push.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
- uses: actions/checkout@v3
1414
- uses: dart-lang/[email protected]
1515
with:
16-
sdk: 2.12.0
16+
sdk: stable
1717
- id: install
1818
name: Install dependencies
1919
run: dart pub get

0 commit comments

Comments
 (0)