From 2388b625062d2e9fc4047edc2d015a12e1fbf976 Mon Sep 17 00:00:00 2001 From: Roland Geider Date: Thu, 12 Jun 2025 14:31:46 +0200 Subject: [PATCH] Bump flutter and flatpak-flutter versions --- .github/actions/flutter-common/action.yml | 2 +- .github/workflows/build-linux.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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