Update Actions (#1270)
* github: bump actions/upload-artifact to v2.2.2 Signed-off-by: Harsh Shandilya <me@msfjarvis.dev> * github: bump reactivecircus/android-emulator-runner to v2.14.2 Signed-off-by: Harsh Shandilya <me@msfjarvis.dev> * github: bump peter-evans/create-pull-request to v3.6.0 Signed-off-by: Harsh Shandilya <me@msfjarvis.dev>
This commit is contained in:
parent
0943015416
commit
5713c719a5
5 changed files with 8 additions and 8 deletions
6
.github/workflows/deploy_github_releases.yml
vendored
6
.github/workflows/deploy_github_releases.yml
vendored
|
@ -26,19 +26,19 @@ jobs:
|
|||
arguments: :app:assembleFreeRelease :app:assembleNonFreeRelease :app:bundleNonFreeRelease
|
||||
|
||||
- name: Upload non-free release APK
|
||||
uses: actions/upload-artifact@726a6dcd0199f578459862705eed35cda05af50b
|
||||
uses: actions/upload-artifact@e448a9b857ee2131e752b06002bf0e093c65e571
|
||||
with:
|
||||
name: APS Non-Free Release APK
|
||||
path: app/build/outputs/apk/nonFree/release/app-nonFree-release.apk
|
||||
|
||||
- name: Upload non-free release Bundle
|
||||
uses: actions/upload-artifact@726a6dcd0199f578459862705eed35cda05af50b
|
||||
uses: actions/upload-artifact@e448a9b857ee2131e752b06002bf0e093c65e571
|
||||
with:
|
||||
name: APS Non-Free Release Bundle
|
||||
path: app/build/outputs/bundle/nonFreeRelease/app-nonFree-release.aab
|
||||
|
||||
- name: Upload free release APK
|
||||
uses: actions/upload-artifact@726a6dcd0199f578459862705eed35cda05af50b
|
||||
uses: actions/upload-artifact@e448a9b857ee2131e752b06002bf0e093c65e571
|
||||
with:
|
||||
name: APS Free Release APK
|
||||
path: app/build/outputs/apk/free/release/app-free-release.apk
|
||||
|
|
2
.github/workflows/draft_new_release.yml
vendored
2
.github/workflows/draft_new_release.yml
vendored
|
@ -28,7 +28,7 @@ jobs:
|
|||
git config user.email noreply@github.com
|
||||
|
||||
- name: Create Pull Request
|
||||
uses: peter-evans/create-pull-request@ce699aa2d108e9d04fde047a71e44b2bf444b6dc
|
||||
uses: peter-evans/create-pull-request@45c510e1f68ba052e3cd911f661a799cfb9ba3a3
|
||||
with:
|
||||
author: GitHub Actions <noreply@github.com>
|
||||
base: release
|
||||
|
|
4
.github/workflows/pull_request.yml
vendored
4
.github/workflows/pull_request.yml
vendored
|
@ -46,7 +46,7 @@ jobs:
|
|||
|
||||
- name: Run instrumentation tests
|
||||
if: ${{ steps.service-changed.outputs.result == 'true' }}
|
||||
uses: reactivecircus/android-emulator-runner@07b0366e7b93d87f3d00b3e78d9033f04009b347
|
||||
uses: reactivecircus/android-emulator-runner@94bd1ed921a31d37ed86b72d30ccf30ec46af636
|
||||
with:
|
||||
api-level: ${{ matrix.api-level }}
|
||||
target: default
|
||||
|
@ -58,7 +58,7 @@ jobs:
|
|||
|
||||
- name: (Fail-only) upload test report
|
||||
if: failure()
|
||||
uses: actions/upload-artifact@726a6dcd0199f578459862705eed35cda05af50b
|
||||
uses: actions/upload-artifact@e448a9b857ee2131e752b06002bf0e093c65e571
|
||||
with:
|
||||
name: Test report
|
||||
path: app/build/reports
|
||||
|
|
|
@ -17,7 +17,7 @@ jobs:
|
|||
run: if [[ $(git diff --binary --stat) != '' ]]; then echo "UPDATED=true" >> $GITHUB_ENV; fi
|
||||
|
||||
- name: Create Pull Request
|
||||
uses: peter-evans/create-pull-request@c7f493a8000b8aeb17a1332e326ba76b57cb83eb
|
||||
uses: peter-evans/create-pull-request@45c510e1f68ba052e3cd911f661a799cfb9ba3a3
|
||||
if: env.UPDATED == 'true'
|
||||
with:
|
||||
assignees: msfjarvis
|
||||
|
|
2
.github/workflows/weekly_crowdin_sync.yml
vendored
2
.github/workflows/weekly_crowdin_sync.yml
vendored
|
@ -17,7 +17,7 @@ jobs:
|
|||
run: if [[ $(git diff --stat) != '' ]]; then echo "UPDATED=true" >> $GITHUB_ENV; fi
|
||||
|
||||
- name: Create Pull Request
|
||||
uses: peter-evans/create-pull-request@c7f493a8000b8aeb17a1332e326ba76b57cb83eb
|
||||
uses: peter-evans/create-pull-request@45c510e1f68ba052e3cd911f661a799cfb9ba3a3
|
||||
if: env.UPDATED == 'true'
|
||||
with:
|
||||
assignees: msfjarvis
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue