Skip to content

Commit 6584dfa

Browse files
Update GitHub Action Versions
1 parent f71567b commit 6584dfa

File tree

6 files changed

+14
-14
lines changed

6 files changed

+14
-14
lines changed

.github/workflows/android-branch_ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
distribution: "temurin"
2626
cache: gradle
2727

28-
- uses: actions/[email protected].2
28+
- uses: actions/[email protected].3
2929
with:
3030
path: |
3131
~/.gradle/caches
@@ -44,14 +44,14 @@ jobs:
4444
run: ./gradlew clean && ./gradlew assembleWithInternetDebug && ./gradlew assembleWithoutInternetDebug
4545

4646
- name: Upload Artifact - WithInternet
47-
uses: actions/[email protected].1
47+
uses: actions/[email protected].2
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/[email protected].1
54+
uses: actions/[email protected].2
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
@@ -23,7 +23,7 @@ jobs:
2323
distribution: "temurin"
2424
cache: gradle
2525

26-
- uses: actions/[email protected].2
26+
- uses: actions/[email protected].3
2727
with:
2828
path: |
2929
~/.gradle/caches
@@ -42,14 +42,14 @@ jobs:
4242
run: ./gradlew clean && ./gradlew assembleWithInternetDebug && ./gradlew assembleWithoutInternetDebug
4343

4444
- name: Upload Artifact - WithInternet
45-
uses: actions/[email protected].1
45+
uses: actions/[email protected].2
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/[email protected].1
52+
uses: actions/[email protected].2
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
@@ -23,7 +23,7 @@ jobs:
2323
distribution: "temurin"
2424
cache: gradle
2525

26-
- uses: actions/[email protected].2
26+
- uses: actions/[email protected].3
2727
with:
2828
path: |
2929
~/.gradle/caches
@@ -42,14 +42,14 @@ jobs:
4242
run: ./gradlew clean && ./gradlew assembleWithInternetDebug && ./gradlew assembleWithoutInternetDebug
4343

4444
- name: Upload Artifact - WithInternet
45-
uses: actions/[email protected].1
45+
uses: actions/[email protected].2
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/[email protected].1
52+
uses: actions/[email protected].2
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
@@ -20,7 +20,7 @@ jobs:
2020
distribution: "temurin"
2121
cache: gradle
2222

23-
- uses: actions/[email protected].2
23+
- uses: actions/[email protected].3
2424
with:
2525
path: |
2626
~/.gradle/caches
@@ -51,7 +51,7 @@ jobs:
5151
buildToolsVersion: 35.0.0
5252

5353
- name: Upload Artifact - WithInternet
54-
uses: actions/[email protected].1
54+
uses: actions/[email protected].2
5555
with:
5656
name: Signed app bundle - WithInternet
5757
path: app/build/outputs/apk/withInternet/release/*.apk
@@ -70,7 +70,7 @@ jobs:
7070
buildToolsVersion: 35.0.0
7171

7272
- name: Upload Artifact - WithoutInternet
73-
uses: actions/[email protected].1
73+
uses: actions/[email protected].2
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
@@ -23,7 +23,7 @@ jobs:
2323
distribution: "temurin"
2424
cache: gradle
2525

26-
- uses: actions/[email protected].2
26+
- uses: actions/[email protected].3
2727
with:
2828
path: |
2929
~/.gradle/caches

.github/workflows/nightly-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ jobs:
5252
distribution: "temurin"
5353
cache: gradle
5454

55-
- uses: actions/[email protected].2
55+
- uses: actions/[email protected].3
5656
with:
5757
path: |
5858
~/.gradle/caches

0 commit comments

Comments
 (0)