diff --git a/.github/actions/flutter-common/action.yml b/.github/actions/flutter-common/action.yml index 334c15aa..72c0e7b9 100644 --- a/.github/actions/flutter-common/action.yml +++ b/.github/actions/flutter-common/action.yml @@ -9,7 +9,7 @@ runs: uses: subosito/flutter-action@v2 with: channel: stable - flutter-version: 3.32.0 + flutter-version: 3.32.2 cache: true - name: Install Flutter dependencies diff --git a/.github/workflows/build-linux.yml b/.github/workflows/build-linux.yml index f6f09fb7..56c7321d 100644 --- a/.github/workflows/build-linux.yml +++ b/.github/workflows/build-linux.yml @@ -59,7 +59,7 @@ jobs: - name: Bump version and update manifest run: | pip install pyyaml toml - git clone https://github.com/TheAppgineer/flatpak-flutter.git --branch 0.6.0 ../flatpak-flutter + git clone https://github.com/TheAppgineer/flatpak-flutter.git --branch 0.6.1 ../flatpak-flutter python bump-wger-version.py ${{ inputs.ref }} ../flatpak-flutter/flatpak-flutter.py --app-module wger flatpak-flutter.json