From 64efcf82118e4b27773446f98b29d53cec6ad0cc Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 26 Aug 2025 08:20:22 -0500 Subject: [PATCH] chore(deps): update r0adkll/upload-google-play action to v1.1.3 (#2849) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index a34ebc2a2..697f4e8c1 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -268,7 +268,7 @@ jobs: - name: Upload AAB to Google Play if: success() && github.event_name == 'push' && startsWith(github.ref, 'refs/tags/v') - uses: r0adkll/upload-google-play@v1.0.19 + uses: r0adkll/upload-google-play@v1.1.3 with: serviceAccountJsonPlainText: ${{ secrets.GOOGLE_PLAY_JSON_KEY }} packageName: com.geeksville.mesh