File tree 3 files changed +7
-7
lines changed
3 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 12
12
build :
13
13
runs-on : ubuntu-latest
14
14
steps :
15
- - uses : actions/checkout@v3
15
+ - uses : actions/checkout@v4
16
16
- name : set up JDK 11
17
- uses : actions/setup-java@v3
17
+ uses : actions/setup-java@v4
18
18
with :
19
19
java-version : ' 11'
20
20
distribution : ' temurin'
@@ -43,13 +43,13 @@ jobs:
43
43
# Login to Google using Firebase Admin SDK Service Agent Key
44
44
- id : ' auth'
45
45
name : Login to Google Cloud
46
- uses : ' google-github-actions/auth@v1 '
46
+ uses : ' google-github-actions/auth@v2 '
47
47
with :
48
48
credentials_json : ${{ secrets.GCP_CREDENTIALS }}
49
49
50
50
# Set up Cloud SDK
51
51
- name : ' Set up Cloud SDK'
52
- uses : ' google-github-actions/setup-gcloud@v1 '
52
+ uses : ' google-github-actions/setup-gcloud@v2 '
53
53
54
54
# Set Firebase Project ID
55
55
- name : Set current project
65
65
# #########################################
66
66
# Upload APK for Java version
67
67
- name : Upload APK Debug for Java
68
- uses : actions/upload-artifact@v3
68
+ uses : actions/upload-artifact@v4
69
69
with :
70
70
name : Java-Debug-APK
71
71
path : ${{ env.module_app }}/build/outputs/apk/debug/${{ env.module_app }}-debug.apk
Original file line number Diff line number Diff line change 12
12
build :
13
13
runs-on : ubuntu-latest
14
14
steps :
15
- - uses : actions/checkout@v3
15
+ - uses : actions/checkout@v4
16
16
17
17
# ###############################
18
18
# Update Version Code #
Original file line number Diff line number Diff line change 12
12
build :
13
13
runs-on : ubuntu-latest
14
14
steps :
15
- - uses : actions/checkout@v3
15
+ - uses : actions/checkout@v4
16
16
with :
17
17
ref : develop
18
18
fetch-depth : 0 # To Fetch All Tags and Branches
You can’t perform that action at this time.
0 commit comments