Skip to content

Commit

Permalink
chore(deps): bump maierj/fastlane-action from 2.2.1 to 2.3.0 (#3145)
Browse files Browse the repository at this point in the history
Bumps [maierj/fastlane-action](https://github.com/maierj/fastlane-action) from 2.2.1 to 2.3.0.
- [Release notes](https://github.com/maierj/fastlane-action/releases)
- [Commits](maierj/fastlane-action@v2.2.1...v2.3.0)

---
updated-dependencies:
- dependency-name: maierj/fastlane-action
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] committed Oct 13, 2022
1 parent e60f4f9 commit 3dd9d2f
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
Expand Up @@ -86,7 +86,7 @@ jobs:
# We are using the android version code here to have the version codes from iOS and android in sync
# in order for Sentry and other tools to work properly
- name: Bump version
uses: maierj/fastlane-action@v2.2.1
uses: maierj/fastlane-action@v2.3.0
with:
lane: setVersion
subdirectory: packages/app/android
Expand All @@ -113,7 +113,7 @@ jobs:
overwrite: true

- name: Release AAB
uses: maierj/fastlane-action@v2.2.1
uses: maierj/fastlane-action@v2.3.0
if: inputs.RELEASE_TYPE == 'PLAY' && inputs.BUILD_TYPE == 'appbundle'
with:
lane: release
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/internal-release.yml
Expand Up @@ -35,7 +35,7 @@ jobs:
# in order for Sentry and other tools to work properly
# Outputs env: VERSION_CODE (integer)
- name: Get latest VERSION_CODE
uses: maierj/fastlane-action@v2.2.1
uses: maierj/fastlane-action@v2.3.0
with:
lane: getOldVersionCode
subdirectory: packages/app/android
Expand Down
Expand Up @@ -86,7 +86,7 @@ jobs:
# We are using the android version code here to have the version codes from iOS and android in sync
# in order for Sentry and other tools to work properly
- name: Bump version
uses: maierj/fastlane-action@v2.2.1
uses: maierj/fastlane-action@v2.3.0
with:
lane: setVersion
subdirectory: packages/app/android
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release-please.yml
Expand Up @@ -53,7 +53,7 @@ jobs:
# in order for Sentry and other tools to work properly
# Outputs env: VERSION_CODE (integer)
- name: Get latest VERSION_CODE
uses: maierj/fastlane-action@v2.2.1
uses: maierj/fastlane-action@v2.3.0
with:
lane: getOldVersionCode
subdirectory: packages/app/android
Expand Down

0 comments on commit 3dd9d2f

Please sign in to comment.