Skip to content

Commit 3edb1a2

Browse files
committed
ci: bump up other github actions
1 parent 47603e9 commit 3edb1a2

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.github/workflows/pull-request-app-checks.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ jobs:
4949
java-version: "11"
5050
cache: "gradle"
5151
- name: "Run Instrumented Tests"
52-
uses: reactivecircus/android-emulator-runner@v2.26.0
52+
uses: reactivecircus/android-emulator-runner@v2.27.0
5353
with:
5454
working-directory: ${{ inputs.app_relative_path }}
5555
api-level: 29

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
with:
3232
ref: development
3333
- name: "Import GPG Key"
34-
uses: crazy-max/ghaction-import-gpg@v4
34+
uses: crazy-max/ghaction-import-gpg@v5
3535
with:
3636
gpg_private_key: ${{ secrets.GPG_PRIVATE_KEY }}
3737
passphrase: ${{ secrets.GPG_PASSPHRASE }}
@@ -62,7 +62,7 @@ jobs:
6262
fetch-depth: 0
6363
ref: main
6464
- name: "Import GPG Key"
65-
uses: crazy-max/ghaction-import-gpg@v4
65+
uses: crazy-max/ghaction-import-gpg@v5
6666
with:
6767
gpg_private_key: ${{ secrets.GPG_PRIVATE_KEY }}
6868
passphrase: ${{ secrets.GPG_PASSPHRASE }}

.github/workflows/sync-higgs-shop-data-plan.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
path: core-sdk-samples/higgs-shop-sample-app/dataplans
3939

4040
- name: "Import GPG Key"
41-
uses: crazy-max/ghaction-import-gpg@v4
41+
uses: crazy-max/ghaction-import-gpg@v5
4242
with:
4343
gpg_private_key: ${{ secrets.GPG_PRIVATE_KEY }}
4444
passphrase: ${{ secrets.GPG_PASSPHRASE }}

0 commit comments

Comments
 (0)