mirror of
https://github.com/standardnotes/app
synced 2026-01-16 19:04:58 -05:00
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:
6
.github/workflows/mobile.release.prod.yml
vendored
6
.github/workflows/mobile.release.prod.yml
vendored
@@ -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 }}
|
||||
|
||||
Reference in New Issue
Block a user