Skip to content

Commit

Permalink
Bump maierj/fastlane-action from 3.0.0 to 3.1.0 (#265)
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] authored Apr 19, 2024
1 parent 3766cc3 commit 4813b44
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/updategems.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,15 +56,15 @@ 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:
BUNDLE_ID: ${{ env.BUNDLE_ID }}
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:
Expand Down

0 comments on commit 4813b44

Please sign in to comment.