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 fe70f3e commit fccb8b7Copy full SHA for fccb8b7
.github/workflows/build-example.yml
@@ -25,7 +25,7 @@ jobs:
25
distribution: 'zulu'
26
java-version: '11'
27
28
- - uses: subosito/flutter-action@v2.8.0
+ - uses: subosito/flutter-action@v2.13.0
29
with:
30
channel: ${{ matrix.channel }}
31
.github/workflows/flutter.yml
@@ -19,7 +19,7 @@ jobs:
19
steps:
20
- uses: actions/checkout@v4
21
22
23
24
.github/workflows/publish.yml
@@ -14,7 +14,7 @@ jobs:
14
15
# Checkout repository
16
17
18
channel: 'stable'
# Setup Dart SDK with JWT token
0 commit comments