Skip to content

Commit b0d377b

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

File tree

7 files changed

+15
-15
lines changed

7 files changed

+15
-15
lines changed

.github/workflows/android-branch_ci.yml

Lines changed: 3 additions & 3 deletions
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/setup-java@v4.2.2
22+
uses: actions/setup-java@v4.3.0
2323
with:
2424
java-version: "17"
2525
distribution: "temurin"
@@ -44,14 +44,14 @@ jobs:
4444
run: ./gradlew clean && ./gradlew assembleWithInternetDebug && ./gradlew assembleWithoutInternetDebug
4545

4646
- name: Upload Artifact - WithInternet
47-
uses: actions/upload-artifact@v4.3.6
47+
uses: actions/upload-artifact@v4.4.0
4848
with:
4949
name: Signed app bundle - WithInternet
5050
path: app/build/outputs/apk/withInternet/debug/*.apk
5151
retention-days: 3
5252

5353
- name: Upload Artifact - WithoutInternet
54-
uses: actions/upload-artifact@v4.3.6
54+
uses: actions/upload-artifact@v4.4.0
5555
with:
5656
name: Signed app bundle - WithoutInternet
5757
path: app/build/outputs/apk/withoutInternet/debug/*.apk

.github/workflows/android-main_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/setup-java@v4.2.2
20+
uses: actions/setup-java@v4.3.0
2121
with:
2222
java-version: "17"
2323
distribution: "temurin"
@@ -42,14 +42,14 @@ jobs:
4242
run: ./gradlew clean && ./gradlew assembleWithInternetDebug && ./gradlew assembleWithoutInternetDebug
4343

4444
- name: Upload Artifact - WithInternet
45-
uses: actions/upload-artifact@v4.3.6
45+
uses: actions/upload-artifact@v4.4.0
4646
with:
4747
name: Signed app bundle - WithInternet
4848
path: app/build/outputs/apk/withInternet/debug/*.apk
4949
retention-days: 3
5050

5151
- name: Upload Artifact - WithoutInternet
52-
uses: actions/upload-artifact@v4.3.6
52+
uses: actions/upload-artifact@v4.4.0
5353
with:
5454
name: Signed app bundle - WithoutInternet
5555
path: app/build/outputs/apk/withoutInternet/debug/*.apk

.github/workflows/android-pr_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/setup-java@v4.2.2
20+
uses: actions/setup-java@v4.3.0
2121
with:
2222
java-version: "17"
2323
distribution: "temurin"
@@ -42,14 +42,14 @@ jobs:
4242
run: ./gradlew clean && ./gradlew assembleWithInternetDebug && ./gradlew assembleWithoutInternetDebug
4343

4444
- name: Upload Artifact - WithInternet
45-
uses: actions/upload-artifact@v4.3.6
45+
uses: actions/upload-artifact@v4.4.0
4646
with:
4747
name: Signed app bundle - WithInternet
4848
path: app/build/outputs/apk/withInternet/debug/*.apk
4949
retention-days: 3
5050

5151
- name: Upload Artifact - WithoutInternet
52-
uses: actions/upload-artifact@v4.3.6
52+
uses: actions/upload-artifact@v4.4.0
5353
with:
5454
name: Signed app bundle - WithoutInternet
5555
path: app/build/outputs/apk/withoutInternet/debug/*.apk

.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/setup-java@v4.2.2
17+
uses: actions/setup-java@v4.3.0
1818
with:
1919
java-version: "17"
2020
distribution: "temurin"
@@ -51,7 +51,7 @@ jobs:
5151
buildToolsVersion: 33.0.0
5252

5353
- name: Upload Artifact - WithInternet
54-
uses: actions/upload-artifact@v4.3.6
54+
uses: actions/upload-artifact@v4.4.0
5555
with:
5656
name: Signed app bundle - WithInternet
5757
path: app/build/outputs/apk/withInternet/release/*.apk
@@ -70,7 +70,7 @@ jobs:
7070
buildToolsVersion: 33.0.0
7171

7272
- name: Upload Artifact - WithoutInternet
73-
uses: actions/upload-artifact@v4.3.6
73+
uses: actions/upload-artifact@v4.4.0
7474
with:
7575
name: Signed app bundle - WithoutInternet
7676
path: app/build/outputs/apk/withoutInternet/release/*.apk

.github/workflows/android-release_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/setup-java@v4.2.2
20+
uses: actions/setup-java@v4.3.0
2121
with:
2222
java-version: "17"
2323
distribution: "temurin"

.github/workflows/changelog.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
fetch-depth: 0
2020

2121
- name: Generate a changelog
22-
uses: orhun/git-cliff-action@v3.3.0
22+
uses: orhun/git-cliff-action@v4.0.2
2323
with:
2424
config: cliff.toml
2525
args: --verbose

.github/workflows/nightly-release.yml

Lines changed: 1 addition & 1 deletion
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/setup-java@v4.2.2
49+
uses: actions/setup-java@v4.3.0
5050
with:
5151
java-version: "17"
5252
distribution: "temurin"

0 commit comments

Comments
 (0)