We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 9302fda + 0f3e4c9 commit 733232bCopy full SHA for 733232b
1 file changed
.github/workflows/main.yml
@@ -10,10 +10,10 @@ jobs:
10
11
steps:
12
- uses: actions/checkout@v2
13
- - uses: subosito/flutter-action@v1
+ - uses: subosito/flutter-action@v2
14
with:
15
- channel: beta
+ channel: stable
16
- run: flutter pub get
17
- - uses: bluefireteam/flutter-gh-pages@v7
+ - uses: bluefireteam/flutter-gh-pages@v8
18
19
baseHref: /GreenScout/
0 commit comments