Skip to content

Commit 931e0a1

Browse files
committed
fix GHA
1 parent b069d14 commit 931e0a1

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/flutter-test.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,9 @@ jobs:
1111
runs-on: ubuntu-latest
1212

1313
steps:
14-
- uses: actions/checkout@v3
14+
- uses: actions/checkout@v4
1515

16-
- uses: subosito/flutter-action@v2.6.1
16+
- uses: subosito/flutter-action@v2.16.0
1717
with:
1818
channel: 'stable'
1919

@@ -24,7 +24,7 @@ jobs:
2424
run: flutter packages get
2525

2626
- name: Format
27-
run: flutter format lib test example --set-exit-if-changed
27+
run: dart format lib test example --set-exit-if-changed
2828

2929
- name: Analyze
3030
run: flutter analyze lib test example

0 commit comments

Comments
 (0)