File tree 2 files changed +4
-4
lines changed
2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 18
18
uses : actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11
19
19
20
20
- name : Set up JDK 17
21
- uses : actions/setup-java@99b8673ff64fbf99d8d325f52d9a5bdedb8483e9
21
+ uses : actions/setup-java@7a6d8a8234af8eb26422e24e3006232cccaa061b
22
22
with :
23
23
java-version : ' 17'
24
24
distribution : ' corretto'
77
77
uses : actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11
78
78
79
79
- name : Set up JDK 17
80
- uses : actions/setup-java@99b8673ff64fbf99d8d325f52d9a5bdedb8483e9
80
+ uses : actions/setup-java@7a6d8a8234af8eb26422e24e3006232cccaa061b
81
81
with :
82
82
java-version : ' 17'
83
83
distribution : ' corretto'
@@ -124,7 +124,7 @@ jobs:
124
124
uses : actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11
125
125
126
126
- name : Set up JDK 17
127
- uses : actions/setup-java@99b8673ff64fbf99d8d325f52d9a5bdedb8483e9
127
+ uses : actions/setup-java@7a6d8a8234af8eb26422e24e3006232cccaa061b
128
128
with :
129
129
java-version : ' 17'
130
130
distribution : ' corretto'
Original file line number Diff line number Diff line change 35
35
run : echo $GOOGLE_SERVICES_JSON > app/google-services.json
36
36
37
37
- name : Set up JDK 17
38
- uses : actions/setup-java@99b8673ff64fbf99d8d325f52d9a5bdedb8483e9
38
+ uses : actions/setup-java@7a6d8a8234af8eb26422e24e3006232cccaa061b
39
39
with :
40
40
java-version : ' 17'
41
41
distribution : ' corretto'
You can’t perform that action at this time.
0 commit comments