Skip to content

Commit 733232b

Browse files
authored
Merge pull request #10 from jarrpa/jarrpa/update-github-action
update github action to use stable flutter
2 parents 9302fda + 0f3e4c9 commit 733232b

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/main.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,10 @@ jobs:
1010

1111
steps:
1212
- uses: actions/checkout@v2
13-
- uses: subosito/flutter-action@v1
13+
- uses: subosito/flutter-action@v2
1414
with:
15-
channel: beta
15+
channel: stable
1616
- run: flutter pub get
17-
- uses: bluefireteam/flutter-gh-pages@v7
17+
- uses: bluefireteam/flutter-gh-pages@v8
1818
with:
1919
baseHref: /GreenScout/

0 commit comments

Comments
 (0)