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 6
6
name : " Validation"
7
7
runs-on : ubuntu-latest
8
8
steps :
9
- - uses : actions/checkout@v2
9
+ - uses : actions/checkout@v4
10
10
- uses : gradle/wrapper-validation-action@v1
Original file line number Diff line number Diff line change 22
22
name : ' Test, Java ${{ matrix.java-version }}'
23
23
runs-on : ubuntu-latest
24
24
steps :
25
- - uses : actions/checkout@v2
25
+ - uses : actions/checkout@v4
26
26
with :
27
27
fetch-depth : 50
28
28
submodules : true
Original file line number Diff line number Diff line change 22
22
name : ' Calcite Avatica ${{ matrix.gradle-version }}'
23
23
runs-on : ubuntu-latest
24
24
steps :
25
- - uses : actions/checkout@v2
25
+ - uses : actions/checkout@v4
26
26
with :
27
27
fetch-depth : 50
28
28
submodules : true
67
67
name : ' Calcite ${{ matrix.gradle-version }}'
68
68
runs-on : ubuntu-latest
69
69
steps :
70
- - uses : actions/checkout@v2
70
+ - uses : actions/checkout@v4
71
71
with :
72
72
fetch-depth : 50
73
73
submodules : true
@@ -112,7 +112,7 @@ jobs:
112
112
name : ' JMeter ${{ matrix.gradle-version }}'
113
113
runs-on : ubuntu-latest
114
114
steps :
115
- - uses : actions/checkout@v2
115
+ - uses : actions/checkout@v4
116
116
with :
117
117
fetch-depth : 50
118
118
submodules : true
@@ -157,7 +157,7 @@ jobs:
157
157
name : ' Autostyle ${{ matrix.gradle-version }}'
158
158
runs-on : ubuntu-latest
159
159
steps :
160
- - uses : actions/checkout@v2
160
+ - uses : actions/checkout@v4
161
161
with :
162
162
fetch-depth : 50
163
163
submodules : true
@@ -202,7 +202,7 @@ jobs:
202
202
name : ' pgjdbc ${{ matrix.gradle-version }}'
203
203
runs-on : ubuntu-latest
204
204
steps :
205
- - uses : actions/checkout@v2
205
+ - uses : actions/checkout@v4
206
206
with :
207
207
fetch-depth : 50
208
208
submodules : true
You can’t perform that action at this time.
0 commit comments