Update GitHub Action Versions (#236)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
This commit is contained in:
2
.github/workflows/android-branch_ci.yml
vendored
2
.github/workflows/android-branch_ci.yml
vendored
@@ -19,7 +19,7 @@ jobs:
|
||||
token: ${{ secrets.GITHUB_TOKEN }}
|
||||
|
||||
- name: set up JDK 17
|
||||
uses: actions/setup-java@v4.7.0
|
||||
uses: actions/setup-java@v4.7.1
|
||||
with:
|
||||
java-version: "17"
|
||||
distribution: "temurin"
|
||||
|
||||
2
.github/workflows/android-main_ci.yml
vendored
2
.github/workflows/android-main_ci.yml
vendored
@@ -17,7 +17,7 @@ jobs:
|
||||
token: ${{ secrets.GITHUB_TOKEN }}
|
||||
|
||||
- name: set up JDK 17
|
||||
uses: actions/setup-java@v4.7.0
|
||||
uses: actions/setup-java@v4.7.1
|
||||
with:
|
||||
java-version: "17"
|
||||
distribution: "temurin"
|
||||
|
||||
2
.github/workflows/android-pr_ci.yml
vendored
2
.github/workflows/android-pr_ci.yml
vendored
@@ -17,7 +17,7 @@ jobs:
|
||||
token: ${{ secrets.GITHUB_TOKEN }}
|
||||
|
||||
- name: set up JDK 17
|
||||
uses: actions/setup-java@v4.7.0
|
||||
uses: actions/setup-java@v4.7.1
|
||||
with:
|
||||
java-version: "17"
|
||||
distribution: "temurin"
|
||||
|
||||
@@ -14,7 +14,7 @@ jobs:
|
||||
token: ${{ secrets.GITHUB_TOKEN }}
|
||||
|
||||
- name: set up JDK 17
|
||||
uses: actions/setup-java@v4.7.0
|
||||
uses: actions/setup-java@v4.7.1
|
||||
with:
|
||||
java-version: "17"
|
||||
distribution: "temurin"
|
||||
@@ -39,7 +39,7 @@ jobs:
|
||||
run: ./gradlew clean && ./gradlew assembleWithInternetRelease && ./gradlew assembleWithoutInternetRelease
|
||||
|
||||
- name: Sign APK - WithInternet
|
||||
uses: ilharp/sign-android-release@v1.0.4
|
||||
uses: ilharp/sign-android-release@v2.0.0
|
||||
# ID used to access action output
|
||||
id: sign_app_withInternet
|
||||
with:
|
||||
@@ -58,7 +58,7 @@ jobs:
|
||||
retention-days: 3
|
||||
|
||||
- name: Sign APK - WithoutInternet
|
||||
uses: ilharp/sign-android-release@v1.0.4
|
||||
uses: ilharp/sign-android-release@v2.0.0
|
||||
# ID used to access action output
|
||||
id: sign_app_withoutInternet
|
||||
with:
|
||||
|
||||
6
.github/workflows/android-release_ci.yml
vendored
6
.github/workflows/android-release_ci.yml
vendored
@@ -17,7 +17,7 @@ jobs:
|
||||
token: ${{ secrets.GITHUB_TOKEN }}
|
||||
|
||||
- name: set up JDK 17
|
||||
uses: actions/setup-java@v4.7.0
|
||||
uses: actions/setup-java@v4.7.1
|
||||
with:
|
||||
java-version: "17"
|
||||
distribution: "temurin"
|
||||
@@ -42,7 +42,7 @@ jobs:
|
||||
run: ./gradlew clean && ./gradlew assembleWithInternetRelease && ./gradlew assembleWithoutInternetRelease
|
||||
|
||||
- name: Sign APK - WithInternet
|
||||
uses: ilharp/sign-android-release@v1.0.4
|
||||
uses: ilharp/sign-android-release@v2.0.0
|
||||
# ID used to access action output
|
||||
id: sign_app_withInternet
|
||||
with:
|
||||
@@ -63,7 +63,7 @@ jobs:
|
||||
overwrite: true
|
||||
|
||||
- name: Sign APK - WithoutInternet
|
||||
uses: ilharp/sign-android-release@v1.0.4
|
||||
uses: ilharp/sign-android-release@v2.0.0
|
||||
# ID used to access action output
|
||||
id: sign_app_withoutInternet
|
||||
with:
|
||||
|
||||
8
.github/workflows/nightly-release.yml
vendored
8
.github/workflows/nightly-release.yml
vendored
@@ -46,7 +46,7 @@ jobs:
|
||||
token: ${{ secrets.GITHUB_TOKEN }}
|
||||
|
||||
- name: set up JDK 17
|
||||
uses: actions/setup-java@v4.7.0
|
||||
uses: actions/setup-java@v4.7.1
|
||||
with:
|
||||
java-version: "17"
|
||||
distribution: "temurin"
|
||||
@@ -71,7 +71,7 @@ jobs:
|
||||
run: ./gradlew clean && ./gradlew assembleWithInternetNightlyRelease && ./gradlew assembleWithoutInternetNightlyRelease
|
||||
|
||||
- name: Sign APK - WithInternet
|
||||
uses: ilharp/sign-android-release@v1.0.4
|
||||
uses: ilharp/sign-android-release@v2.0.0
|
||||
# ID used to access action output
|
||||
id: sign_app_withInternet
|
||||
with:
|
||||
@@ -83,7 +83,7 @@ jobs:
|
||||
buildToolsVersion: 35.0.0
|
||||
|
||||
- name: Sign APK - WithoutInternet
|
||||
uses: ilharp/sign-android-release@v1.0.4
|
||||
uses: ilharp/sign-android-release@v2.0.0
|
||||
# ID used to access action output
|
||||
id: sign_app_withoutInternet
|
||||
with:
|
||||
@@ -109,7 +109,7 @@ jobs:
|
||||
shell: bash
|
||||
|
||||
- name: Create and Upload Release
|
||||
uses: softprops/action-gh-release@v2.2.1
|
||||
uses: softprops/action-gh-release@v2.2.2
|
||||
with:
|
||||
tag_name: nightly
|
||||
name: Nightly Release ${{ env.version }}
|
||||
|
||||
Reference in New Issue
Block a user