File tree Expand file tree Collapse file tree 7 files changed +14
-14
lines changed
Expand file tree Collapse file tree 7 files changed +14
-14
lines changed Original file line number Diff line number Diff line change 1919 token : ${{ secrets.GITHUB_TOKEN }}
2020
2121 - name : set up JDK 17
22- uses : actions/setup-java@v4.7.0
22+ uses : actions/setup-java@v4.7.1
2323 with :
2424 java-version : " 17"
2525 distribution : " temurin"
Original file line number Diff line number Diff line change 1717 token : ${{ secrets.GITHUB_TOKEN }}
1818
1919 - name : set up JDK 17
20- uses : actions/setup-java@v4.7.0
20+ uses : actions/setup-java@v4.7.1
2121 with :
2222 java-version : " 17"
2323 distribution : " temurin"
Original file line number Diff line number Diff line change 1717 token : ${{ secrets.GITHUB_TOKEN }}
1818
1919 - name : set up JDK 17
20- uses : actions/setup-java@v4.7.0
20+ uses : actions/setup-java@v4.7.1
2121 with :
2222 java-version : " 17"
2323 distribution : " temurin"
Original file line number Diff line number Diff line change 1414 token : ${{ secrets.GITHUB_TOKEN }}
1515
1616 - name : set up JDK 17
17- uses : actions/setup-java@v4.7.0
17+ uses : actions/setup-java@v4.7.1
1818 with :
1919 java-version : " 17"
2020 distribution : " temurin"
3939 run : ./gradlew clean && ./gradlew assembleWithInternetRelease && ./gradlew assembleWithoutInternetRelease
4040
4141 - name : Sign APK - WithInternet
42- uses : ilharp/sign-android-release@v1 .0.4
42+ uses : ilharp/sign-android-release@v2 .0.0
4343 # ID used to access action output
4444 id : sign_app_withInternet
4545 with :
5858 retention-days : 3
5959
6060 - name : Sign APK - WithoutInternet
61- uses : ilharp/sign-android-release@v1 .0.4
61+ uses : ilharp/sign-android-release@v2 .0.0
6262 # ID used to access action output
6363 id : sign_app_withoutInternet
6464 with :
Original file line number Diff line number Diff line change 1717 token : ${{ secrets.GITHUB_TOKEN }}
1818
1919 - name : set up JDK 17
20- uses : actions/setup-java@v4.7.0
20+ uses : actions/setup-java@v4.7.1
2121 with :
2222 java-version : " 17"
2323 distribution : " temurin"
4242 run : ./gradlew clean && ./gradlew assembleWithInternetRelease && ./gradlew assembleWithoutInternetRelease
4343
4444 - name : Sign APK - WithInternet
45- uses : ilharp/sign-android-release@v1 .0.4
45+ uses : ilharp/sign-android-release@v2 .0.0
4646 # ID used to access action output
4747 id : sign_app_withInternet
4848 with :
6363 overwrite : true
6464
6565 - name : Sign APK - WithoutInternet
66- uses : ilharp/sign-android-release@v1 .0.4
66+ uses : ilharp/sign-android-release@v2 .0.0
6767 # ID used to access action output
6868 id : sign_app_withoutInternet
6969 with :
Original file line number Diff line number Diff line change 2626
2727 - name : Import GPG key
2828 id : import_gpg
29- uses : crazy-max/ghaction-import-gpg@v6.2 .0
29+ uses : crazy-max/ghaction-import-gpg@v6.3 .0
3030 with :
3131 gpg_private_key : ${{ secrets.GIT_ACTIONS_GPG_KEY }}
3232 git_user_signingkey : true
Original file line number Diff line number Diff line change 4646 token : ${{ secrets.GITHUB_TOKEN }}
4747
4848 - name : set up JDK 17
49- uses : actions/setup-java@v4.7.0
49+ uses : actions/setup-java@v4.7.1
5050 with :
5151 java-version : " 17"
5252 distribution : " temurin"
7171 run : ./gradlew clean && ./gradlew assembleWithInternetNightlyRelease && ./gradlew assembleWithoutInternetNightlyRelease
7272
7373 - name : Sign APK - WithInternet
74- uses : ilharp/sign-android-release@v1 .0.4
74+ uses : ilharp/sign-android-release@v2 .0.0
7575 # ID used to access action output
7676 id : sign_app_withInternet
7777 with :
8383 buildToolsVersion : 35.0.0
8484
8585 - name : Sign APK - WithoutInternet
86- uses : ilharp/sign-android-release@v1 .0.4
86+ uses : ilharp/sign-android-release@v2 .0.0
8787 # ID used to access action output
8888 id : sign_app_withoutInternet
8989 with :
@@ -109,7 +109,7 @@ jobs:
109109 shell : bash
110110
111111 - name : Create and Upload Release
112- uses : softprops/action-gh-release@v2.2.1
112+ uses : softprops/action-gh-release@v2.2.2
113113 with :
114114 tag_name : nightly
115115 name : Nightly Release ${{ env.version }}
You can’t perform that action at this time.
0 commit comments