From 4813b44514044d3f98f16409e3ec3b10b7b70555 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 19 Apr 2024 12:08:26 +0200 Subject: [PATCH] Bump maierj/fastlane-action from 3.0.0 to 3.1.0 (#265) --- .github/workflows/updategems.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/updategems.yml b/.github/workflows/updategems.yml index edd67125..653d7f62 100644 --- a/.github/workflows/updategems.yml +++ b/.github/workflows/updategems.yml @@ -56,7 +56,7 @@ jobs: run: bundle update fastlane # Gather certificates from Github repository - name: Synchonize Certificates - uses: maierj/fastlane-action@v3.0.0 + uses: maierj/fastlane-action@v3.1.0 with: lane: "ci_sync_certificates" env: @@ -64,7 +64,7 @@ jobs: MATCH_PASSWORD: ${{ secrets.MATCH_PASSWORD }} # Build iOS Project - name: Build iOS Project - uses: maierj/fastlane-action@v3.0.0 + uses: maierj/fastlane-action@v3.1.0 with: lane: "build_dev" env: