We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 3996ea2 + c4ab39d commit 5d99b04Copy full SHA for 5d99b04
.github/workflows/main.yml
@@ -17,10 +17,10 @@ jobs:
17
key: ${{ runner.os }}-pub-${{ hashFiles('**/pubspec.yaml') }}
18
restore-keys: ${{ runner.os }}-pub-
19
- name: Set up Flutter
20
- uses: subosito/flutter-action@v2.13.0
+ uses: subosito/flutter-action@v2.16.0
21
with:
22
channel: "stable"
23
- run: flutter pub get
24
- run: flutter pub upgrade
25
- run: flutter pub outdated
26
- - uses: bluefireteam/flutter-gh-pages@v7
+ - uses: bluefireteam/flutter-gh-pages@v8
0 commit comments