diff options
author | Harsh Shandilya <me@msfjarvis.dev> | 2021-01-06 18:03:18 +0530 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-01-06 13:33:18 +0100 |
commit | 5713c719a56e47204b659488c5bf1ce2bcaf0e44 (patch) | |
tree | 8cc389531a814d225967e1e16142a58762320fb2 /.github/workflows/weekly_crowdin_sync.yml | |
parent | 0943015416c68b053b1d734ace006613620b19be (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/workflows/weekly_crowdin_sync.yml')
-rw-r--r-- | .github/workflows/weekly_crowdin_sync.yml | 2 |
1 files changed, 1 insertions, 1 deletions
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 |