Skip to content

Commit 625e51c

Browse files
author
Jonas Heinle
committed
pumping up versions
1 parent ffe03f2 commit 625e51c

File tree

3 files changed

+10
-10
lines changed

3 files changed

+10
-10
lines changed

Diff for: .github/workflows/dart.yml

+5-5
Original file line numberDiff line numberDiff line change
@@ -19,9 +19,9 @@ jobs:
1919
runs-on: ubuntu-latest
2020
steps:
2121
- name: 🚚 Get latest code
22-
uses: actions/[email protected].0
22+
uses: actions/[email protected].2
2323
- name: Set up Python 3.11
24-
uses: actions/setup-python@v5.2.0
24+
uses: actions/setup-python@v5.3.0
2525
with:
2626
python-version: "3.11"
2727
# You can test your matrix by printing the current Python version
@@ -63,10 +63,10 @@ jobs:
6363
# ls -R "$(pwd)/$LOCAL_ASSETS_FOLDER"
6464

6565
- name: Setup Flutter SDK
66-
uses: flutter-actions/setup-flutter@v3.6
66+
uses: flutter-actions/setup-flutter@v4.0
6767
with:
6868
channel: stable
69-
version: 3.24.5
69+
version: 3.27.0
7070

7171
# Note: This workflow uses the latest stable version of the Dart SDK.
7272
# You can specify other versions if desired, see documentation here:
@@ -106,7 +106,7 @@ jobs:
106106
- name: "Build Web App"
107107
if: github.ref == 'refs/heads/main'
108108
run: |
109-
flutter build web --release --wasm
109+
flutter build web --release --web-renderer canvaskit
110110
111111
- name: "Build Web App (WASM)"
112112
if: github.ref == 'refs/heads/dev'

Diff for: external/jotrockenmitlockenrepo

Diff for: pubspec.yaml

+4-4
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@ publish_to: "none"
88
version: 1.3.5
99

1010
environment:
11-
sdk: ">=3.4.4 <4.0.0"
12-
flutter: ">=3.24.5"
11+
sdk: ">=3.6.0 <4.0.0"
12+
flutter: ">=3.27.0"
1313

1414
dependencies:
1515
flutter:
@@ -22,15 +22,15 @@ dependencies:
2222
sdk: flutter
2323
intl: ^0.19.0
2424

25-
go_router: 14.6.0
25+
go_router: ^14.6.2
2626
font_awesome_flutter: any
2727
dev_dependencies:
2828
mockito: ^5.4.4
2929
flutter_test:
3030
sdk: flutter
3131
integration_test:
3232
sdk: flutter
33-
flutter_launcher_icons: ^0.14.1
33+
flutter_launcher_icons: ^0.14.2
3434
flutter_lints: ^5.0.0
3535

3636
flutter_launcher_icons:

0 commit comments

Comments
 (0)