Skip to content

Commit 6378008

Browse files
committed
Bump ci actions
1 parent 3efefc7 commit 6378008

File tree

1 file changed

+3
-13
lines changed

1 file changed

+3
-13
lines changed

.github/workflows/main.yml

Lines changed: 3 additions & 13 deletions
Original file line numberDiff line numberDiff 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-

0 commit comments

Comments
 (0)