From 849d0c67b561771f4e6f8fb72812fbe3df4a838e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 8 Dec 2022 08:14:40 +0000 Subject: [PATCH] Bump maierj/fastlane-action from 2.3.0 to 3.0.0 Bumps [maierj/fastlane-action](https://github.com/maierj/fastlane-action) from 2.3.0 to 3.0.0. - [Release notes](https://github.com/maierj/fastlane-action/releases) - [Commits](https://github.com/maierj/fastlane-action/compare/v2.3.0...v3.0.0) --- updated-dependencies: - dependency-name: maierj/fastlane-action dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/flutter-ci.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/flutter-ci.yml b/.github/workflows/flutter-ci.yml index e2b8f0c..5b6de90 100644 --- a/.github/workflows/flutter-ci.yml +++ b/.github/workflows/flutter-ci.yml @@ -28,23 +28,23 @@ jobs: - name: Install FVM && Flutter run: dart pub global activate fvm --verbose && fvm install --verbose && fvm use --force --verbose - name: Get dependencies - uses: maierj/fastlane-action@v2.3.0 + uses: maierj/fastlane-action@v3.0.0 with: lane: 'fetch_dependencies' - name: 'Run lints' - uses: maierj/fastlane-action@v2.3.0 + uses: maierj/fastlane-action@v3.0.0 with: lane: 'lints' - name: 'Check generated code' - uses: maierj/fastlane-action@v2.3.0 + uses: maierj/fastlane-action@v3.0.0 with: lane: 'ensure_no_change_in_generated_code' - name: 'Run tests' - uses: maierj/fastlane-action@v2.3.0 + uses: maierj/fastlane-action@v3.0.0 with: lane: 'tests' - name: 'Build android app' - uses: maierj/fastlane-action@v2.3.0 + uses: maierj/fastlane-action@v3.0.0 with: lane: 'android build_dev_debug_apk' subdirectory: 'android'