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 ca1f7e3 + 0541076 commit 45595d3Copy full SHA for 45595d3
.github/workflows/ci.yml
@@ -16,7 +16,7 @@ jobs:
16
- uses: actions/checkout@v4
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@v4
- name: Setup Flutter
23
0 commit comments