We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9f9f65f commit 5bd698dCopy full SHA for 5bd698d
.github/workflows/test.yaml
@@ -42,9 +42,9 @@ jobs:
42
if: runner.os == 'Windows'
43
run: git config --global core.autocrlf input
44
- uses: actions/checkout@v2
45
- - uses: dart-lang/setup-dart@v0.1
+ - uses: dart-lang/setup-dart@v1.0
46
with:
47
- channel: ${{ matrix.sdk }}
+ sdk: ${{ matrix.sdk }}
48
- name: Install dependencies
49
run: dart pub get
50
- name: ${{ matrix.job }}
0 commit comments