Skip to content

Commit f31aa4f

Browse files
authored
Merge pull request #1385 from AChep/dependabot/github_actions/r0adkll/upload-google-play-1.1.5
build(deps): Bump r0adkll/upload-google-play from 1.1.3 to 1.1.5
2 parents 87ce490 + 778b37c commit f31aa4f

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/new_daily_tag_play_store_internal_track.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -114,14 +114,14 @@ jobs:
114114
run: |
115115
echo ${{ secrets.SERVICE_ACCOUNT_B64 }} | base64 -d | zcat > service-account-google.json
116116
- name: "Distribute Android on Play Store"
117-
uses: r0adkll/upload-google-play@935ef9c68bb393a8e6116b1575626a7f5be3a7fb
117+
uses: r0adkll/upload-google-play@e738b9dd8f2476ea806d921b64aacd24f34515a5
118118
with:
119119
serviceAccountJson: service-account-google.json
120120
packageName: com.artemchep.keyguard
121121
releaseFiles: artifacts-android/**/*.aab
122122
track: internal
123123
- name: "Distribute WearOS on Play Store"
124-
uses: r0adkll/upload-google-play@935ef9c68bb393a8e6116b1575626a7f5be3a7fb
124+
uses: r0adkll/upload-google-play@e738b9dd8f2476ea806d921b64aacd24f34515a5
125125
with:
126126
serviceAccountJson: service-account-google.json
127127
packageName: com.artemchep.keyguard

.github/workflows/new_tag_release.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -643,14 +643,14 @@ jobs:
643643
mkdir whatsnew
644644
mv artifacts-changelog/changelog-summary.md whatsnew/whatsnew-en-US
645645
- name: "Distribute Android on Play Store"
646-
uses: r0adkll/upload-google-play@935ef9c68bb393a8e6116b1575626a7f5be3a7fb
646+
uses: r0adkll/upload-google-play@e738b9dd8f2476ea806d921b64aacd24f34515a5
647647
with:
648648
serviceAccountJson: service-account-google.json
649649
whatsNewDirectory: whatsnew
650650
packageName: com.artemchep.keyguard
651651
releaseFiles: artifacts-android/**/*.aab
652652
- name: "Distribute WearOS on Play Store"
653-
uses: r0adkll/upload-google-play@935ef9c68bb393a8e6116b1575626a7f5be3a7fb
653+
uses: r0adkll/upload-google-play@e738b9dd8f2476ea806d921b64aacd24f34515a5
654654
with:
655655
serviceAccountJson: service-account-google.json
656656
whatsNewDirectory: whatsnew

0 commit comments

Comments
 (0)