Skip to content

Commit 5bd698d

Browse files
authored
Use stable setup-dart action (#2578)
1 parent 9f9f65f commit 5bd698d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/test.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,9 +42,9 @@ jobs:
4242
if: runner.os == 'Windows'
4343
run: git config --global core.autocrlf input
4444
- uses: actions/checkout@v2
45-
- uses: dart-lang/setup-dart@v0.1
45+
- uses: dart-lang/setup-dart@v1.0
4646
with:
47-
channel: ${{ matrix.sdk }}
47+
sdk: ${{ matrix.sdk }}
4848
- name: Install dependencies
4949
run: dart pub get
5050
- name: ${{ matrix.job }}

0 commit comments

Comments
 (0)