Skip to content

Commit 4fa2211

Browse files
committed
use most recent commit
1 parent 987e1ee commit 4fa2211

2 files changed

Lines changed: 5 additions & 2 deletions

File tree

.github/workflows/remote-build-android.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,8 @@ jobs:
3838
- name: Rock Remote Build - Android
3939
# rock v3
4040
# uses: callstackincubator/android@8fe27a5a3efcf32b54e4741be0ba58bafc73bb0d
41-
uses: callstackincubator/android@3cb20ec17e0a8b984eb2781845ca799fb287a53d
41+
# uses: callstackincubator/android@3cb20ec17e0a8b984eb2781845ca799fb287a53d
42+
uses: callstackincubator/android@1a7d52dfe3ca195ccbe5ad2f06c15f2fc3835115
4243
env:
4344
GITHUB_TOKEN: ${{ github.token }}
4445
IS_HYBRID_APP: ${{ matrix.is_hybrid_build }}

.github/workflows/remote-build-ios.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,9 @@ jobs:
4242
- name: Rock Remote Build - iOS
4343
# rock v3
4444
# uses: callstackincubator/ios@dd886b4ad3b35351d799d4c2633a678c94549038
45-
uses: callstackincubator/ios@9700aca4913785045457e4bb355480a9592acb26
45+
# uses: callstackincubator/ios@9700aca4913785045457e4bb355480a9592acb26
46+
uses: callstackincubator/ios@08a533dbeda6adec39f94d08d820091514d1f7af
47+
4648

4749
env:
4850
GITHUB_TOKEN: ${{ github.token }}

0 commit comments

Comments
 (0)