File tree Expand file tree Collapse file tree 1 file changed +5
-6
lines changed Expand file tree Collapse file tree 1 file changed +5
-6
lines changed Original file line number Diff line number Diff line change @@ -10,15 +10,14 @@ jobs:
1010 # https://github.com/firebase/snippets-android/issues/602
1111 runs-on : ubuntu-22.04
1212 steps :
13- - uses : actions/checkout@v2
13+ - uses : actions/checkout@v4
14+ - name : Check Snippets
15+ run : python scripts/checksnippets.py
1416 - name : set up JDK 17
15- uses : actions/setup-java@v1
17+ uses : actions/setup-java@v4
1618 with :
1719 java-version : 17
18- - name : Check Snippets
19- run : python scripts/checksnippets.py
20- - name : Install NDK
21- run : echo "y" | sudo ${ANDROID_HOME}/cmdline-tools/latest/bin/sdkmanager --install "ndk;21.0.6113669" --sdk_root=${ANDROID_SDK_ROOT}
20+ distribution : temurin
2221 - name : Build with Gradle (Pull Request)
2322 run : ./build_pull_request.sh
2423 if : github.event_name == 'pull_request'
You can’t perform that action at this time.
0 commit comments