File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed
Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change 5050 java-version : ' 15'
5151 distribution : ' adopt'
5252 - name : Cache Gradle packages
53- uses : actions/cache@v2
53+ uses : actions/cache@v4
5454 with :
5555 path : |
5656 ~/.gradle/caches
Original file line number Diff line number Diff line change 2222 gpg -d --passphrase "$GPG_DECRYPT_PASSPHRASE" --batch --quiet .github/hub-device-android/app-config.json.asc > hub/hub-android-demo/src/main/assets/app-config.json
2323 gpg -d --passphrase "$GPG_DECRYPT_PASSPHRASE" --batch --quiet .github/explorer-device-android/app-config.json.asc > explorer/device-android-demo/src/main/assets/app-config.json
2424 gpg -d --passphrase "$GPG_DECRYPT_PASSPHRASE" --batch --quiet .github/hub-device-java/unit_test_config.json.asc > hub/hub-device-java/src/test/resources/unit_test_config.json
25+ gpg -d --passphrase "$GPG_DECRYPT_PASSPHRASE" --batch --quiet .github/hub-device-java/unit_test_config.json.asc > hub/hub-device-java/src/test/resources/unit_test_config.json
2526 gpg -d --passphrase "$GPG_DECRYPT_PASSPHRASE" --batch --quiet .github/explorer-device-java/unit_test_config.json.asc > explorer/explorer-device-java/src/test/resources/unit_test_config.json
2627 gpg -d --passphrase "$GPG_DECRYPT_PASSPHRASE" --batch --quiet .github/sdk/secring.gpg.asc > secring.gpg
2728 cp -r explorer/explorer-media-common/src/main/java/* explorer/explorer-device-rtc/src/main/java/
3839 java-version : ' 15'
3940 distribution : ' adopt'
4041 - name : Cache Gradle packages
41- uses : actions/cache@v2
42+ uses : actions/cache@v4
4243 with :
4344 path : |
4445 ~/.gradle/caches
You can’t perform that action at this time.
0 commit comments