From bb53a7c21921ec04d7fafeb7445f7d61d97e5e91 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 28 Oct 2024 20:09:42 +0000 Subject: [PATCH] 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/distribute-flutter-android.yml | 2 +- .github/workflows/distribute-flutter-ios.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/distribute-flutter-android.yml b/.github/workflows/distribute-flutter-android.yml index d84368c..11a6508 100644 --- a/.github/workflows/distribute-flutter-android.yml +++ b/.github/workflows/distribute-flutter-android.yml @@ -55,7 +55,7 @@ jobs: run: base64 -d <<< ${{ secrets.ANDROID_BUILD_FILES }} | tar xzf - - name: Run lane to distribute - uses: maierj/fastlane-action@v3.0.0 + uses: maierj/fastlane-action@v3.1.0 with: lane: ${{ vars.TARGET_LANE }} options: '{ "tester_email": "${{ secrets.TESTER_EMAIL }}" }' diff --git a/.github/workflows/distribute-flutter-ios.yml b/.github/workflows/distribute-flutter-ios.yml index eb2e84a..3b7e404 100644 --- a/.github/workflows/distribute-flutter-ios.yml +++ b/.github/workflows/distribute-flutter-ios.yml @@ -73,7 +73,7 @@ jobs: KEYCHAIN_PWD: '' - name: Run lane to distribute - uses: maierj/fastlane-action@v3.0.0 + uses: maierj/fastlane-action@v3.1.0 with: lane: ${{ vars.TARGET_LANE }} options: '{ "tester_email": "${{ secrets.TESTER_EMAIL }}" }'