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