Skip to content

Commit 8cf4901

Browse files
committed
try fixing github actions again
1 parent 7eaa5ec commit 8cf4901

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/dart_ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,9 @@ jobs:
1515
sdk: [2.13.4, stable, beta]
1616
steps:
1717
- uses: actions/checkout@v2
18-
- uses: dart-lang/setup-dart@v0.1
18+
- uses: dart-lang/setup-dart@v1
1919
with:
20-
channel: ${{ matrix.sdk }}
20+
sdk: ${{ matrix.sdk }}
2121

2222
- name: Print Dart SDK version
2323
run: dart --version

0 commit comments

Comments
 (0)