Skip to content

Commit 98f605f

Browse files
authored
Merge pull request #1 from BelimoAutomationAG/IOTECO-18543_Pin-flutter-action-to-2.12.0
IOTECO-18543: pin flutter-action 2.12.0 to fix issues introduced with 2.13.0
2 parents fea9c31 + 6ddf9da commit 98f605f

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.github/workflows/main.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -18,14 +18,14 @@ jobs:
1818
- name: Set Up Java
1919
uses: actions/[email protected]
2020
with:
21-
distribution: 'oracle'
22-
java-version: '19.0.2'
21+
distribution: "oracle"
22+
java-version: "19.0.2"
2323

2424
- name: Set Up Flutter
25-
uses: subosito/flutter-action@v2
25+
uses: subosito/flutter-action@v2.12.0 # Can be updated once https://github.com/subosito/flutter-action/issues/277 is resolved
2626
with:
27-
flutter-version: '3.16.3'
28-
channel: 'stable'
27+
flutter-version: "3.16.3"
28+
channel: "stable"
2929

3030
- name: Set up debug keystore
3131
run: |
@@ -39,7 +39,7 @@ jobs:
3939
-keyalg 'RSA' \
4040
-keysize 2048 \
4141
-validity 10000
42-
42+
4343
- name: Quality checks monorepo
4444
run: |
4545
./bin/quality_checks.sh

0 commit comments

Comments
 (0)