From e8abd36271277f9c42be6c271e921e63d21574b9 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 20 Jun 2026 01:17:11 +0000 Subject: [PATCH] chore(deps): update maierj/fastlane-action action to v3.2.0 --- .github/workflows/deploy.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/deploy.yaml b/.github/workflows/deploy.yaml index 30bca78..fb604e6 100644 --- a/.github/workflows/deploy.yaml +++ b/.github/workflows/deploy.yaml @@ -58,7 +58,7 @@ jobs: run: flutter build appbundle --release - name: Deploy app bundle - uses: maierj/fastlane-action@v3.1.0 + uses: maierj/fastlane-action@v3.2.0 with: lane: deploy_beta_appbundle subdirectory: android @@ -123,7 +123,7 @@ jobs: run: flutter build appbundle --release - name: Deploy app bundle - uses: maierj/fastlane-action@v3.1.0 + uses: maierj/fastlane-action@v3.2.0 with: lane: deploy_beta_appbundle subdirectory: android @@ -188,7 +188,7 @@ jobs: run: flutter build appbundle --release - name: Deploy app bundle - uses: maierj/fastlane-action@v3.1.0 + uses: maierj/fastlane-action@v3.2.0 with: lane: deploy_beta_appbundle subdirectory: android