Skip to content

Commit 28c384a

Browse files
Update GitHub Action Versions (#702)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 062a154 commit 28c384a

File tree

4 files changed

+7
-7
lines changed

4 files changed

+7
-7
lines changed

.github/workflows/android-branch_ci.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
distribution: 'temurin'
2727
cache: gradle
2828

29-
- uses: actions/[email protected].2
29+
- uses: actions/[email protected].3
3030
with:
3131
path: |
3232
~/.gradle/caches
@@ -42,7 +42,7 @@ jobs:
4242
run: ./gradlew clean && ./gradlew assembleDebug
4343

4444
- name: Upload Artifact
45-
uses: actions/[email protected].1
45+
uses: actions/[email protected].2
4646
with:
4747
name: Signed app apk
4848
path: app/build/outputs/apk/debug/*.apk

.github/workflows/android-main_ci.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
distribution: 'temurin'
2525
cache: gradle
2626

27-
- uses: actions/[email protected].2
27+
- uses: actions/[email protected].3
2828
with:
2929
path: |
3030
~/.gradle/caches
@@ -40,7 +40,7 @@ jobs:
4040
run: ./gradlew clean && ./gradlew assembleDebug
4141

4242
- name: Upload Artifact
43-
uses: actions/[email protected].1
43+
uses: actions/[email protected].2
4444
with:
4545
name: Signed app apk
4646
path: app/build/outputs/apk/debug/*.apk

.github/workflows/android-pr_ci.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
distribution: 'temurin'
2525
cache: gradle
2626

27-
- uses: actions/[email protected].2
27+
- uses: actions/[email protected].3
2828
with:
2929
path: |
3030
~/.gradle/caches
@@ -40,7 +40,7 @@ jobs:
4040
run: ./gradlew clean && ./gradlew assembleDebug
4141

4242
- name: Upload Artifact
43-
uses: actions/[email protected].1
43+
uses: actions/[email protected].2
4444
with:
4545
name: Signed app apk
4646
path: app/build/outputs/apk/debug/*.apk

.github/workflows/android-release_ci.yml

+1-1
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

0 commit comments

Comments
 (0)