Skip to content

Commit

Permalink
Update github-actions (#1786)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] committed Mar 30, 2024
1 parent 602b739 commit 0f9b5d6
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ jobs:
bundler-cache: true

- name: Deploy to Play Store
uses: maierj/fastlane-action@v3.0.0
uses: maierj/fastlane-action@v3.1.0
with:
lane: 'deploy'
env:
Expand Down Expand Up @@ -133,7 +133,7 @@ jobs:
ruby-version: '3.2'
bundler-cache: true
- name: Download Universal APK
uses: maierj/fastlane-action@v3.0.0
uses: maierj/fastlane-action@v3.1.0
with:
lane: 'download_apk'
options: '{ "version_code": "$VERSION_CODE" }'
Expand All @@ -142,7 +142,7 @@ jobs:
- name: zip APK
run: zip FGA-apk-${VERSION_CODE}.zip *.apk
- name: Create tag
uses: mathieudutour/github-tag-action@v6.1
uses: mathieudutour/github-tag-action@v6.2
with:
custom_tag: ${{ env.VERSION_CODE }}
github_token: ${{ secrets.GITHUB_TOKEN }}
Expand Down

0 comments on commit 0f9b5d6

Please sign in to comment.