Skip to content

Commit 23462cc

Browse files
author
Jonas Heinle
committed
pump up versions
1 parent 7fff88f commit 23462cc

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

Diff for: .github/workflows/dart.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
- name: 🚚 Get latest code
2222
uses: actions/[email protected]
2323
- name: Set up Python 3.11
24-
uses: actions/setup-python@v5.3.0
24+
uses: actions/setup-python@v5.4.0
2525
with:
2626
python-version: "3.11"
2727
# You can test your matrix by printing the current Python version
@@ -66,7 +66,7 @@ jobs:
6666
uses: flutter-actions/[email protected]
6767
with:
6868
channel: stable
69-
version: 3.29.1
69+
version: 3.29.2
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:

Diff for: external/jotrockenmitlockenrepo

Diff for: pubspec.yaml

+2-2
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.7.0 <4.0.0"
12-
flutter: ">=3.29.1"
11+
sdk: ">=3.7.2 <4.0.0"
12+
flutter: ">=3.29.2"
1313

1414
dependencies:
1515
flutter:

0 commit comments

Comments
 (0)