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] <support@github.com>
This commit is contained in:
dependabot[bot] 2023-03-20 14:21:12 +00:00 committed by GitHub
parent 8d81667f72
commit c52786888d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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 }}