From 24c3e119bb4de520b483fb7c8f70f1e3b11198a5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 6 Oct 2024 22:23:20 +0000 Subject: [PATCH] chore: bump maierj/fastlane-action from 3.0.0 to 3.1.0 Bumps [maierj/fastlane-action](https://github.com/maierj/fastlane-action) from 3.0.0 to 3.1.0. - [Release notes](https://github.com/maierj/fastlane-action/releases) - [Commits](https://github.com/maierj/fastlane-action/compare/v3.0.0...v3.1.0) --- updated-dependencies: - dependency-name: maierj/fastlane-action dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/flutter-ci.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/flutter-ci.yml b/.github/workflows/flutter-ci.yml index b66592b..0eb10f1 100644 --- a/.github/workflows/flutter-ci.yml +++ b/.github/workflows/flutter-ci.yml @@ -38,18 +38,18 @@ jobs: run: | dart pub global activate arb_utils 0.8.3 - name: Get dependencies - uses: maierj/fastlane-action@v3.0.0 + uses: maierj/fastlane-action@v3.1.0 with: lane: 'fetch_dependencies' - name: 'Run lints' - uses: maierj/fastlane-action@v3.0.0 + uses: maierj/fastlane-action@v3.1.0 with: lane: 'lints' - name: 'Check generated code' - uses: maierj/fastlane-action@v3.0.0 + uses: maierj/fastlane-action@v3.1.0 with: lane: 'ensure_no_change_in_generated_code' - name: 'Run tests' - uses: maierj/fastlane-action@v3.0.0 + uses: maierj/fastlane-action@v3.1.0 with: lane: 'tests'