Skip to content

Commit

Permalink
pumping up versions (#50)
Browse files Browse the repository at this point in the history
Co-authored-by: Jonas Heinle <[email protected]>
  • Loading branch information
Kataglyphis and Jonas Heinle authored Sep 30, 2024
1 parent e19be55 commit 7ca7646
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 21 deletions.
34 changes: 17 additions & 17 deletions .github/workflows/dart.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,9 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: 🚚 Get latest code
uses: actions/checkout@v4.1.7
uses: actions/checkout@v4.2.0
- name: Set up Python 3.11
uses: actions/setup-python@v5.1.0
uses: actions/setup-python@v5.2.0
with:
python-version: "3.11"
# You can test your matrix by printing the current Python version
Expand All @@ -33,27 +33,27 @@ jobs:
echo $(pwd)
ls
python -c "import sys; print(sys.version)"
echo "$(pwd)/$LOCAL_ASSETS_FOLDER"
# echo "$(pwd)/$LOCAL_ASSETS_FOLDER"
python scripts/download_markdown_files.py ${{ secrets.WEBDAV_HOSTNAME }} ${{ secrets.WEBDAV_USERNAME }} ${{ secrets.WEBDAV_PASSWORD }} ${{ secrets.REMOTE_BASE_PATH }} "$LOCAL_ASSETS_FOLDER"
echo "After executing .md deploy script the asset folder has following content:"
ls "$(pwd)/$LOCAL_ASSETS_FOLDER"
echo "Verifying downloaded files in assets folder:"
ls -R "$(pwd)/$LOCAL_ASSETS_FOLDER"
echo "Verifying downloaded files in assets/documents/books/ folder:"
ls -R "$LOCAL_ASSETS_FOLDER/documents/books"
echo "Verifying downloaded files in $(pwd)/assets/documents/books/ folder:"
ls -R "$(pwd)/$LOCAL_ASSETS_FOLDER/documents/books"
- name: Verify downloaded files
run: |
echo "Verifying downloaded files in assets folder:"
ls -R "$(pwd)/$LOCAL_ASSETS_FOLDER"
# echo "After executing .md deploy script the asset folder has following content:"
# ls "$(pwd)/$LOCAL_ASSETS_FOLDER"
# echo "Verifying downloaded files in assets folder:"
# ls -R "$(pwd)/$LOCAL_ASSETS_FOLDER"
# echo "Verifying downloaded files in assets/documents/books/ folder:"
# ls -R "$LOCAL_ASSETS_FOLDER/documents/books"
# echo "Verifying downloaded files in $(pwd)/assets/documents/books/ folder:"
# ls -R "$(pwd)/$LOCAL_ASSETS_FOLDER/documents/books"
# - name: Verify downloaded files
# run: |
# echo "Verifying downloaded files in assets folder:"
# ls -R "$(pwd)/$LOCAL_ASSETS_FOLDER"

- name: Setup Flutter SDK
uses: flutter-actions/[email protected]
with:
channel: stable
version: 3.24.2
version: 3.24.3

# Note: This workflow uses the latest stable version of the Dart SDK.
# You can specify other versions if desired, see documentation here:
Expand Down
2 changes: 1 addition & 1 deletion external/jotrockenmitlockenrepo
6 changes: 3 additions & 3 deletions pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ version: 1.3.5

environment:
sdk: ">=3.4.4 <4.0.0"
flutter: ">=3.24.2"
flutter: ">=3.24.3"

dependencies:
flutter:
Expand All @@ -30,8 +30,8 @@ dev_dependencies:
sdk: flutter
integration_test:
sdk: flutter
flutter_launcher_icons: "^0.13.1"
flutter_lints: ^4.0.0
flutter_launcher_icons: ^0.14.1
flutter_lints: ^5.0.0

flutter_launcher_icons:
android: "launcher_icon"
Expand Down

0 comments on commit 7ca7646

Please sign in to comment.