From ccaf45275abfb93dc9e50b120e0c33273f69dd5f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 8 Dec 2022 00:30:48 +0000 Subject: [PATCH] #1239] Bump maierj/fastlane-action from 2.3.0 to 3.0.0 Bumps [maierj/fastlane-action](https://github.com/maierj/fastlane-action) from 2.3.0 to 3.0.0. - [Release notes](https://github.com/maierj/fastlane-action/releases) - [Commits](https://github.com/maierj/fastlane-action/compare/v2.3.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/main.yml | 2 +- .github/workflows/release.yml | 2 +- .github/workflows/testing.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index eabb549e14..beae56c9a0 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -133,7 +133,7 @@ jobs: pod install --repo-update - name: Build - uses: maierj/fastlane-action@v2.3.0 + uses: maierj/fastlane-action@v3.0.0 with: lane: 'build' subdirectory: 'ios' diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index e0bab3fc43..f63dcde35b 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -222,7 +222,7 @@ jobs: pod install --repo-update - name: Publish - uses: maierj/fastlane-action@v2.3.0 + uses: maierj/fastlane-action@v3.0.0 with: lane: 'publish' subdirectory: 'ios' diff --git a/.github/workflows/testing.yml b/.github/workflows/testing.yml index a36f102128..8c72ef2690 100644 --- a/.github/workflows/testing.yml +++ b/.github/workflows/testing.yml @@ -123,7 +123,7 @@ jobs: pod install --repo-update - name: Distrubute - uses: maierj/fastlane-action@v2.3.0 + uses: maierj/fastlane-action@v3.0.0 with: lane: 'distribute' subdirectory: 'ios'