File tree Expand file tree Collapse file tree 2 files changed +6
-21
lines changed Expand file tree Collapse file tree 2 files changed +6
-21
lines changed Original file line number Diff line number Diff line change 1313 runs-on : ubuntu-latest
1414 steps :
1515 - name : Checkout source
16- uses : actions/checkout@v1
17- with :
18- depth : 1
19- submodules : false
16+ uses : actions/checkout@v2
2017 - name : Set up JDK
2118 uses : actions/setup-java@v1
2219 with :
4239 runs-on : ubuntu-latest
4340 steps :
4441 - name : Checkout source
45- uses : actions/checkout@v1
46- with :
47- depth : 1
48- submodules : false
42+ uses : actions/checkout@v2
4943 - name : Set up JDK
5044 uses : actions/setup-java@v1
5145 with :
8983 options : --health-cmd pg_isready --health-interval 10s --health-timeout 5s --health-retries 5
9084 steps :
9185 - name : Checkout source
92- uses : actions/checkout@v1
93- with :
94- depth : 1
95- submodules : false
86+ uses : actions/checkout@v2
9687 - name : Set up JDK
9788 uses : actions/setup-java@v1
9889 with :
@@ -138,10 +129,7 @@ jobs:
138129 runs-on : ubuntu-latest
139130 steps :
140131 - name : Checkout source
141- uses : actions/checkout@v1
142- with :
143- depth : 1
144- submodules : false
132+ uses : actions/checkout@v2
145133 - name : Set up JDK
146134 uses : actions/setup-java@v1
147135 with :
@@ -180,10 +168,7 @@ jobs:
180168 options : --health-cmd pg_isready --health-interval 10s --health-timeout 5s --health-retries 5
181169 steps :
182170 - name : Checkout source
183- uses : actions/checkout@v1
184- with :
185- depth : 1
186- submodules : false
171+ uses : actions/checkout@v2
187172 - name : Set up JDK
188173 uses : actions/setup-java@v1
189174 with :
Original file line number Diff line number Diff line change 11distributionBase =GRADLE_USER_HOME
22distributionPath =wrapper/dists
3- distributionUrl =https\://services.gradle.org/distributions/gradle-6.2.1 -bin.zip
3+ distributionUrl =https\://services.gradle.org/distributions/gradle-6.2.2 -bin.zip
44zipStoreBase =GRADLE_USER_HOME
55zipStorePath =wrapper/dists
You can’t perform that action at this time.
0 commit comments