Jonny Borges

update flutter version on actions

@@ -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