Skip to content

Commit ed95f0e

Browse files
committed
fix: bump gh actions for rnef
1 parent a1c004e commit ed95f0e

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
IS_HYBRID_BUILD: ${{ matrix.is_hybrid_build && 'true' || 'false' }}
3636

3737
- name: RNEF Remote Build - Android
38-
uses: callstackincubator/android@333f590005be752c28f07e36fa7151be3b2e18da
38+
uses: callstackincubator/android@c6ac9e01bf15271b4f7c24c88b37e884a26b04d6
3939
env:
4040
IS_HYBRID_APP: ${{ matrix.is_hybrid_build }}
4141
with:

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
IS_HYBRID_BUILD: ${{ matrix.is_hybrid_build && 'true' || 'false' }}
3838

3939
- name: RNEF Remote Build - iOS
40-
uses: callstackincubator/ios@f8aeffabe13be32e9aa69b86726de67bff5a694e
40+
uses: callstackincubator/ios@172a7f01cd8b19fdb5da9a984637d468eb6e0fad
4141
env:
4242
IS_HYBRID_APP: ${{ matrix.is_hybrid_build }}
4343
with:

0 commit comments

Comments
 (0)