Skip to content

Commit 0063009

Browse files
Update GitHub Action Versions (#236)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent a1089e5 commit 0063009

File tree

6 files changed

+13
-13
lines changed

6 files changed

+13
-13
lines changed

.github/workflows/android-branch_ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
token: ${{ secrets.GITHUB_TOKEN }}
2020

2121
- name: set up JDK 17
22-
uses: actions/[email protected].0
22+
uses: actions/[email protected].1
2323
with:
2424
java-version: "17"
2525
distribution: "temurin"

.github/workflows/android-main_ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
token: ${{ secrets.GITHUB_TOKEN }}
1818

1919
- name: set up JDK 17
20-
uses: actions/[email protected].0
20+
uses: actions/[email protected].1
2121
with:
2222
java-version: "17"
2323
distribution: "temurin"

.github/workflows/android-pr_ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
token: ${{ secrets.GITHUB_TOKEN }}
1818

1919
- name: set up JDK 17
20-
uses: actions/[email protected].0
20+
uses: actions/[email protected].1
2121
with:
2222
java-version: "17"
2323
distribution: "temurin"

.github/workflows/android-release_ci-forced.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
token: ${{ secrets.GITHUB_TOKEN }}
1515

1616
- name: set up JDK 17
17-
uses: actions/[email protected].0
17+
uses: actions/[email protected].1
1818
with:
1919
java-version: "17"
2020
distribution: "temurin"
@@ -39,7 +39,7 @@ jobs:
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:
@@ -58,7 +58,7 @@ jobs:
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:

.github/workflows/android-release_ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
token: ${{ secrets.GITHUB_TOKEN }}
1818

1919
- name: set up JDK 17
20-
uses: actions/[email protected].0
20+
uses: actions/[email protected].1
2121
with:
2222
java-version: "17"
2323
distribution: "temurin"
@@ -42,7 +42,7 @@ jobs:
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:
@@ -63,7 +63,7 @@ jobs:
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:

.github/workflows/nightly-release.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ jobs:
4646
token: ${{ secrets.GITHUB_TOKEN }}
4747

4848
- name: set up JDK 17
49-
uses: actions/[email protected].0
49+
uses: actions/[email protected].1
5050
with:
5151
java-version: "17"
5252
distribution: "temurin"
@@ -71,7 +71,7 @@ jobs:
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:
@@ -83,7 +83,7 @@ jobs:
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/[email protected].1
112+
uses: softprops/[email protected].2
113113
with:
114114
tag_name: nightly
115115
name: Nightly Release ${{ env.version }}

0 commit comments

Comments
 (0)