From c52786888d24f0ab1a42024d65b82ab6bfa12e2d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 20 Mar 2023 14:21:12 +0000 Subject: [PATCH] chore(deps): bump maierj/fastlane-action from 1.4.0 to 3.0.0 Bumps [maierj/fastlane-action](https://github.com/maierj/fastlane-action) from 1.4.0 to 3.0.0. - [Release notes](https://github.com/maierj/fastlane-action/releases) - [Commits](https://github.com/maierj/fastlane-action/compare/v1.4.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/mobile.release.prod.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/mobile.release.prod.yml b/.github/workflows/mobile.release.prod.yml index 015784977..a0210c481 100644 --- a/.github/workflows/mobile.release.prod.yml +++ b/.github/workflows/mobile.release.prod.yml @@ -33,7 +33,7 @@ jobs: with: working-directory: 'packages/mobile' - name: fastlane - uses: maierj/fastlane-action@v1.4.0 + uses: maierj/fastlane-action@v3.0.0 env: PACKAGE_VERSION: ${{ env.PACKAGE_VERSION }} BUILD_NUMBER: ${{ github.run_number }} @@ -93,7 +93,7 @@ jobs: with: working-directory: 'packages/mobile' - name: Setup fastlane - uses: maierj/fastlane-action@v1.4.0 + uses: maierj/fastlane-action@v3.0.0 env: FASTLANE_USER: ${{ secrets.FASTLANE_USER }} APPLE_TEAM_ID: ${{ secrets.APPLE_TEAM_ID }} @@ -102,7 +102,7 @@ jobs: lane: 'ios setup' subdirectory: 'packages/mobile' - name: fastlane - uses: maierj/fastlane-action@v1.4.0 + uses: maierj/fastlane-action@v3.0.0 env: APPLE_APP_ID: ${{ secrets.APP_APPLE_ID }} APPLE_TEAM_ID: ${{ secrets.APPLE_TEAM_ID }}