File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change 45
45
JRUBY_OPTS : " -J-Xms64M -J-Xmx1024M"
46
46
47
47
steps :
48
- - uses : actions/checkout@v3
48
+ - uses : actions/checkout@v4
49
49
- name : Set up Ruby
50
50
uses : ruby/setup-ruby@v1
51
51
with :
@@ -102,7 +102,7 @@ jobs:
102
102
PGUSER : postgres
103
103
104
104
steps :
105
- - uses : actions/checkout@v3
105
+ - uses : actions/checkout@v4
106
106
- name : Set up Ruby
107
107
uses : ruby/setup-ruby@v1
108
108
with :
@@ -137,7 +137,7 @@ jobs:
137
137
JRUBY_OPTS : " -J-Xms64M -J-Xmx1024M"
138
138
139
139
steps :
140
- - uses : actions/checkout@v3
140
+ - uses : actions/checkout@v4
141
141
- name : Set up Ruby
142
142
uses : ruby/setup-ruby@v1
143
143
with :
@@ -179,7 +179,7 @@ jobs:
179
179
PREPARED_STATEMENTS : ${{ matrix.prepared_statements }}
180
180
181
181
steps :
182
- - uses : actions/checkout@v3
182
+ - uses : actions/checkout@v4
183
183
- name : Set up Ruby
184
184
uses : ruby/setup-ruby@v1
185
185
with :
@@ -230,7 +230,7 @@ jobs:
230
230
PGUSER : postgres
231
231
232
232
steps :
233
- - uses : actions/checkout@v3
233
+ - uses : actions/checkout@v4
234
234
- name : Set up Ruby
235
235
uses : ruby/setup-ruby@v1
236
236
with :
@@ -259,7 +259,7 @@ jobs:
259
259
JRUBY_OPTS : " -J-Xms64M -J-Xmx1024M"
260
260
261
261
steps :
262
- - uses : actions/checkout@v3
262
+ - uses : actions/checkout@v4
263
263
- name : Set up Ruby
264
264
uses : ruby/setup-ruby@v1
265
265
with :
You can’t perform that action at this time.
0 commit comments