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 e1c332c commit c784bc6Copy full SHA for c784bc6
1 file changed
.github/workflows/dart.yml
@@ -20,7 +20,7 @@ jobs:
20
with:
21
path: "~/.pub-cache/hosted"
22
key: "os:ubuntu-latest;pub-cache-hosted;dart:stable"
23
- - uses: actions/checkout@v3
+ - uses: actions/checkout@v4
24
- uses: dart-lang/setup-dart@v1
25
- name: "Dependencies"
26
run: dart pub upgrade --no-precompile
@@ -39,11 +39,11 @@ jobs:
39
- name: "Upload coverage"
40
uses: codecov/codecov-action@v3
41
check:
42
- name: "Check Flutter Compatibility"
+ name: "Flutter CI"
43
runs-on: ubuntu-latest
44
steps:
45
- uses: actions/checkout@v4
46
- - uses: amake/dart-flutter-compat@v0-pre2
+ - uses: amake/dart-flutter-compat@v1
47
48
channel: stable
49
cache: true
0 commit comments