Skip to content

Commit bfee84d

Browse files
author
Jonas Heinle
committed
pump up versioning
1 parent efa2233 commit bfee84d

File tree

4 files changed

+7
-6
lines changed

4 files changed

+7
-6
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.4.0
24+
uses: actions/setup-python@v5.5.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.2
69+
version: 3.29.3
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: .vscode/settings.json

+3-2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
{
2-
"cmake.configureOnOpen": false,
3-
"FSharp.suggestGitignore": false
2+
"cmake.configureOnOpen": false,
3+
"FSharp.suggestGitignore": false,
4+
"idf.pythonInstallPath": "/home/jones/miniforge3/bin/python"
45
}

Diff for: external/jotrockenmitlockenrepo

Diff for: pubspec.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ version: 1.3.5
99

1010
environment:
1111
sdk: ">=3.7.2 <4.0.0"
12-
flutter: ">=3.29.2"
12+
flutter: ">=3.29.3"
1313

1414
dependencies:
1515
flutter:

0 commit comments

Comments
 (0)