Skip to content

Commit

Permalink
chore(deps): update maierj/fastlane-action to v3.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Mar 10, 2024
1 parent 85c1f62 commit d409694
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/fastlane-promote.action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
env:
BUNDLE_GEMFILE: 'android/Gemfile'
- name: 'Fastlane promote ${{ inputs.origin_track }} to ${{ inputs.destination_track }}'
uses: maierj/fastlane-action@v3.0.0
uses: maierj/fastlane-action@v3.1.0
with:
lane: track_promotion
options: '{ "origin_track": "${{ inputs.origin_track }}", "destination_track": "${{ inputs.destination_track }}" }'
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/fastlane.action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
env:
BUNDLE_GEMFILE: 'android/Gemfile'
- name: 'Fastlane deploy ${{ inputs.lane }} lane'
uses: maierj/fastlane-action@v3.0.0
uses: maierj/fastlane-action@v3.1.0
with:
lane: ${{ inputs.lane }}
subdirectory: 'android'
Expand Down

0 comments on commit d409694

Please sign in to comment.