File tree Expand file tree Collapse file tree 5 files changed +7
-7
lines changed Expand file tree Collapse file tree 5 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 43
43
node-version : 18
44
44
cache : ' yarn'
45
45
cache-dependency-path : yarn.lock
46
- - uses : actions/setup-java@v4
46
+ - uses : actions/setup-java@v5
47
47
with :
48
48
java-version : ' 17'
49
49
distribution : " adopt"
Original file line number Diff line number Diff line change 63
63
cache : ' yarn'
64
64
cache-dependency-path : yarn.lock
65
65
66
- - uses : actions/setup-java@v4
66
+ - uses : actions/setup-java@v5
67
67
with :
68
68
java-version : ' 17'
69
69
distribution : " adopt"
@@ -234,7 +234,7 @@ jobs:
234
234
cache : ' yarn'
235
235
cache-dependency-path : yarn.lock
236
236
237
- - uses : actions/setup-java@v4
237
+ - uses : actions/setup-java@v5
238
238
with :
239
239
java-version : ${{ matrix.rn-version == '0.65.3' && '11' || '17' }}
240
240
distribution : ' adopt'
@@ -360,7 +360,7 @@ jobs:
360
360
cache : ' yarn'
361
361
cache-dependency-path : yarn.lock
362
362
363
- - uses : actions/setup-java@v4
363
+ - uses : actions/setup-java@v5
364
364
with :
365
365
java-version : ' 17'
366
366
distribution : ' adopt'
Original file line number Diff line number Diff line change 63
63
64
64
- uses : ./.github/actions/disk-cleanup
65
65
66
- - uses : actions/setup-java@v4
66
+ - uses : actions/setup-java@v5
67
67
with :
68
68
java-version : ' 17'
69
69
distribution : ' adopt'
Original file line number Diff line number Diff line change 63
63
bundler-cache : true # runs 'bundle install' and caches installed gems automatically
64
64
cache-version : 1 # cache the installed gems
65
65
66
- - uses : actions/setup-java@v4
66
+ - uses : actions/setup-java@v5
67
67
with :
68
68
java-version : ' 17'
69
69
distribution : ' adopt'
Original file line number Diff line number Diff line change 76
76
bundler-cache : true # runs 'bundle install' and caches installed gems automatically
77
77
cache-version : 1 # cache the installed gems
78
78
79
- - uses : actions/setup-java@v4
79
+ - uses : actions/setup-java@v5
80
80
with :
81
81
java-version : ' 17'
82
82
distribution : ' adopt'
You can’t perform that action at this time.
0 commit comments