Committed by
GitHub
Merge pull request #2478 from jonataslaw/update-actions
update flutter version on actions
Showing
1 changed file
with
3 additions
and
3 deletions
@@ -18,12 +18,12 @@ jobs: | @@ -18,12 +18,12 @@ jobs: | ||
18 | steps: | 18 | steps: |
19 | # The branch or tag ref that triggered the workflow will be checked out. | 19 | # The branch or tag ref that triggered the workflow will be checked out. |
20 | # https://github.com/actions/checkout | 20 | # https://github.com/actions/checkout |
21 | - - uses: actions/checkout@v1 | 21 | + - uses: actions/checkout@v3 |
22 | # Setup a flutter environment. | 22 | # Setup a flutter environment. |
23 | # https://github.com/marketplace/actions/flutter-action | 23 | # https://github.com/marketplace/actions/flutter-action |
24 | - - uses: subosito/flutter-action@v1 | 24 | + - uses: subosito/flutter-action@v2 |
25 | with: | 25 | with: |
26 | - flutter-version: "2.8.0" | 26 | + flutter-version: "3.8.0" |
27 | channel: "stable" | 27 | channel: "stable" |
28 | - run: flutter pub get | 28 | - run: flutter pub get |
29 | #- run: flutter analyze | 29 | #- run: flutter analyze |
-
Please register or login to post a comment