From 37d9ac53f77932721c6f43f4926a2f3d90b154c7 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 14 Feb 2024 12:37:49 +0100 Subject: [PATCH] chore(deps): update r0adkll/upload-google-play action to v1.1.3 (#429) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit [![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [r0adkll/upload-google-play](https://togithub.com/r0adkll/upload-google-play) | action | patch | `v1.1.2` -> `v1.1.3` | --- > [!WARNING] > Some dependencies could not be looked up. Check the Dependency Dashboard for more information. --- ### Release Notes
r0adkll/upload-google-play (r0adkll/upload-google-play) ### [`v1.1.3`](https://togithub.com/r0adkll/upload-google-play/releases/tag/v1.1.3) [Compare Source](https://togithub.com/r0adkll/upload-google-play/compare/v1.1.2...v1.1.3) #### What's Changed - Add instructions to configure service account in README by [@​etabakov](https://togithub.com/etabakov) in [https://github.com/r0adkll/upload-google-play/pull/201](https://togithub.com/r0adkll/upload-google-play/pull/201) - Update dependencies & target node20 by [@​boswelja](https://togithub.com/boswelja) in [https://github.com/r0adkll/upload-google-play/pull/212](https://togithub.com/r0adkll/upload-google-play/pull/212) #### New Contributors - [@​etabakov](https://togithub.com/etabakov) made their first contribution in [https://github.com/r0adkll/upload-google-play/pull/201](https://togithub.com/r0adkll/upload-google-play/pull/201) **Full Changelog**: https://github.com/r0adkll/upload-google-play/compare/v1...v1.1.3
--- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] If you want to rebase/retry this PR, check this box --- This PR has been generated by [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View repository job log [here](https://developer.mend.io/github/pachli/pachli-android). Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- .github/workflows/upload-blue-release-google-play.yml | 2 +- .github/workflows/upload-orange-release-google-play.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/upload-blue-release-google-play.yml b/.github/workflows/upload-blue-release-google-play.yml index 1c8ac3c0e..9c5f9c39c 100644 --- a/.github/workflows/upload-blue-release-google-play.yml +++ b/.github/workflows/upload-blue-release-google-play.yml @@ -72,7 +72,7 @@ jobs: - name: Upload AAB to Google Play id: upload-release-asset-aab - uses: r0adkll/upload-google-play@v1.1.2 + uses: r0adkll/upload-google-play@v1.1.3 with: serviceAccountJsonPlainText: ${{ secrets.PLAY_SERVICE_ACCOUNT_KEY }} packageName: app.pachli diff --git a/.github/workflows/upload-orange-release-google-play.yml b/.github/workflows/upload-orange-release-google-play.yml index 94a853fcf..568fb4e6f 100644 --- a/.github/workflows/upload-orange-release-google-play.yml +++ b/.github/workflows/upload-orange-release-google-play.yml @@ -77,7 +77,7 @@ jobs: - name: Upload AAB to Google Play id: upload-release-asset-aab - uses: r0adkll/upload-google-play@v1.1.2 + uses: r0adkll/upload-google-play@v1.1.3 with: serviceAccountJsonPlainText: ${{ secrets.PLAY_SERVICE_ACCOUNT_KEY }} packageName: app.pachli.current