aboutsummaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorHarsh Shandilya <me@msfjarvis.dev>2021-01-06 18:03:18 +0530
committerGitHub <noreply@github.com>2021-01-06 13:33:18 +0100
commit5713c719a56e47204b659488c5bf1ce2bcaf0e44 (patch)
tree8cc389531a814d225967e1e16142a58762320fb2 /.github
parent0943015416c68b053b1d734ace006613620b19be (diff)
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>
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/deploy_github_releases.yml6
-rw-r--r--.github/workflows/draft_new_release.yml2
-rw-r--r--.github/workflows/pull_request.yml4
-rw-r--r--.github/workflows/update_publicsuffix_data.yml2
-rw-r--r--.github/workflows/weekly_crowdin_sync.yml2
5 files changed, 8 insertions, 8 deletions
diff --git a/.github/workflows/deploy_github_releases.yml b/.github/workflows/deploy_github_releases.yml
index 1dd41641..9f866dec 100644
--- a/.github/workflows/deploy_github_releases.yml
+++ b/.github/workflows/deploy_github_releases.yml
@@ -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
diff --git a/.github/workflows/draft_new_release.yml b/.github/workflows/draft_new_release.yml
index bdb41531..74702ee4 100644
--- a/.github/workflows/draft_new_release.yml
+++ b/.github/workflows/draft_new_release.yml
@@ -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
diff --git a/.github/workflows/pull_request.yml b/.github/workflows/pull_request.yml
index 167da563..2f0d0409 100644
--- a/.github/workflows/pull_request.yml
+++ b/.github/workflows/pull_request.yml
@@ -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
diff --git a/.github/workflows/update_publicsuffix_data.yml b/.github/workflows/update_publicsuffix_data.yml
index 32b918b8..f19568ec 100644
--- a/.github/workflows/update_publicsuffix_data.yml
+++ b/.github/workflows/update_publicsuffix_data.yml
@@ -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
diff --git a/.github/workflows/weekly_crowdin_sync.yml b/.github/workflows/weekly_crowdin_sync.yml
index 1c6f0521..08f70679 100644
--- a/.github/workflows/weekly_crowdin_sync.yml
+++ b/.github/workflows/weekly_crowdin_sync.yml
@@ -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