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.
1 parent fe4b6ee commit 0541076Copy full SHA for 0541076
.github/workflows/ci.yml
@@ -16,7 +16,7 @@ jobs:
16
- uses: actions/checkout@v1
17
18
- name: Install Flutter
19
- uses: subosito/flutter-action@v1
+ uses: subosito/flutter-action@v2
20
with:
21
channel: 'stable'
22
flutter-version: '3.16.x'
.github/workflows/linter.yml
@@ -17,7 +17,7 @@ jobs:
uses: actions/checkout@v2
- name: Setup Flutter
23
0 commit comments