Skip to content

Commit 5d99b04

Browse files
authored
Merge branch 'main' into renovate/flutter_lints-4.x
2 parents 3996ea2 + c4ab39d commit 5d99b04

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/main.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,10 +17,10 @@ jobs:
1717
key: ${{ runner.os }}-pub-${{ hashFiles('**/pubspec.yaml') }}
1818
restore-keys: ${{ runner.os }}-pub-
1919
- name: Set up Flutter
20-
uses: subosito/flutter-action@v2.13.0
20+
uses: subosito/flutter-action@v2.16.0
2121
with:
2222
channel: "stable"
2323
- run: flutter pub get
2424
- run: flutter pub upgrade
2525
- run: flutter pub outdated
26-
- uses: bluefireteam/flutter-gh-pages@v7
26+
- uses: bluefireteam/flutter-gh-pages@v8

0 commit comments

Comments
 (0)