File tree Expand file tree Collapse file tree 1 file changed +3
-13
lines changed
Expand file tree Collapse file tree 1 file changed +3
-13
lines changed Original file line number Diff line number Diff line change @@ -12,33 +12,23 @@ jobs:
1212 format :
1313 runs-on : ubuntu-latest
1414 steps :
15- - uses : actions/checkout@v3
15+ - uses : actions/checkout@v4
1616 - uses : subosito/flutter-action@v2
17- with :
18- channel : ' stable'
19- cache : true
2017 - run : dart format --set-exit-if-changed lib test
2118
2219 analyze :
2320 runs-on : ubuntu-latest
2421 steps :
25- - uses : actions/checkout@v3
22+ - uses : actions/checkout@v4
2623 - uses : subosito/flutter-action@v2
27- with :
28- channel : ' stable'
29- cache : true
3024 - run : flutter analyze lib test
3125 # END LINTING STAGE
3226
3327 # BEGIN TESTING STAGE
3428 test :
3529 runs-on : ubuntu-latest
3630 steps :
37- - uses : actions/checkout@v2
31+ - uses : actions/checkout@v4
3832 - uses : subosito/flutter-action@v2
39- with :
40- channel : ' stable'
41- cache : true
4233 - run : flutter test
4334 # END TESTING STAGE
44-
You can’t perform that action at this time.
0 commit comments