From fac9cfdfd388beef3e6871f5455b0ed9ae02e371 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 8 Apr 2024 01:44:25 +0000 Subject: [PATCH] Bump r0adkll/upload-google-play from 1.1.1 to 1.1.3 Bumps [r0adkll/upload-google-play](https://github.com/r0adkll/upload-google-play) from 1.1.1 to 1.1.3. - [Release notes](https://github.com/r0adkll/upload-google-play/releases) - [Commits](https://github.com/r0adkll/upload-google-play/compare/v1.1.1...v1.1.3) --- updated-dependencies: - dependency-name: r0adkll/upload-google-play dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/deploy_android.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/deploy_android.yml b/.github/workflows/deploy_android.yml index dbe0826..200ffd1 100644 --- a/.github/workflows/deploy_android.yml +++ b/.github/workflows/deploy_android.yml @@ -90,7 +90,7 @@ jobs: run: echo ${{steps.download.outputs.download-path}} # 2 - name: Publish to Play Store internal test track - uses: r0adkll/upload-google-play@v1.1.1 + uses: r0adkll/upload-google-play@v1.1.3 with: serviceAccountJsonPlainText: ${{ secrets.SERVICE_ACCOUNT_JSON }} # 3 @@ -128,7 +128,7 @@ jobs: run: echo ${{steps.download.outputs.download-path}} # 2 - name: Publish to Play Store internal test track - uses: r0adkll/upload-google-play@v1.1.1 + uses: r0adkll/upload-google-play@v1.1.3 with: serviceAccountJsonPlainText: ${{ secrets.SERVICE_ACCOUNT_JSON }} # 3