Skip to content

Commit c784bc6

Browse files
committed
Upgrade to latest amake/dart-flutter-compat
1 parent e1c332c commit c784bc6

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/dart.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
with:
2121
path: "~/.pub-cache/hosted"
2222
key: "os:ubuntu-latest;pub-cache-hosted;dart:stable"
23-
- uses: actions/checkout@v3
23+
- uses: actions/checkout@v4
2424
- uses: dart-lang/setup-dart@v1
2525
- name: "Dependencies"
2626
run: dart pub upgrade --no-precompile
@@ -39,11 +39,11 @@ jobs:
3939
- name: "Upload coverage"
4040
uses: codecov/codecov-action@v3
4141
check:
42-
name: "Check Flutter Compatibility"
42+
name: "Flutter CI"
4343
runs-on: ubuntu-latest
4444
steps:
4545
- uses: actions/checkout@v4
46-
- uses: amake/dart-flutter-compat@v0-pre2
46+
- uses: amake/dart-flutter-compat@v1
4747
with:
4848
channel: stable
4949
cache: true

0 commit comments

Comments
 (0)