We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1376b7d commit 0473d96Copy full SHA for 0473d96
2 files changed
.github/workflows/build-android.yml
@@ -25,7 +25,7 @@ jobs:
25
name: Build Android Example App
26
runs-on: ubuntu-latest
27
steps:
28
- - uses: actions/checkout@v2
+ - uses: actions/checkout@v4
29
30
- name: Setup JDK 17
31
uses: actions/setup-java@v1
.github/workflows/build-ios.yml
@@ -26,7 +26,7 @@ jobs:
run:
working-directory: example/ios
- name: Get yarn cache directory path
32
id: yarn-cache-dir-path
0 commit comments