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 4343 node-version : 18
4444 cache : ' yarn'
4545 cache-dependency-path : yarn.lock
46- - uses : actions/setup-java@v4
46+ - uses : actions/setup-java@v5
4747 with :
4848 java-version : ' 17'
4949 distribution : " adopt"
Original file line number Diff line number Diff line change 6363 cache : ' yarn'
6464 cache-dependency-path : yarn.lock
6565
66- - uses : actions/setup-java@v4
66+ - uses : actions/setup-java@v5
6767 with :
6868 java-version : ' 17'
6969 distribution : " adopt"
@@ -234,7 +234,7 @@ jobs:
234234 cache : ' yarn'
235235 cache-dependency-path : yarn.lock
236236
237- - uses : actions/setup-java@v4
237+ - uses : actions/setup-java@v5
238238 with :
239239 java-version : ${{ matrix.rn-version == '0.65.3' && '11' || '17' }}
240240 distribution : ' adopt'
@@ -360,7 +360,7 @@ jobs:
360360 cache : ' yarn'
361361 cache-dependency-path : yarn.lock
362362
363- - uses : actions/setup-java@v4
363+ - uses : actions/setup-java@v5
364364 with :
365365 java-version : ' 17'
366366 distribution : ' adopt'
Original file line number Diff line number Diff line change 6363
6464 - uses : ./.github/actions/disk-cleanup
6565
66- - uses : actions/setup-java@v4
66+ - uses : actions/setup-java@v5
6767 with :
6868 java-version : ' 17'
6969 distribution : ' adopt'
Original file line number Diff line number Diff line change 6363 bundler-cache : true # runs 'bundle install' and caches installed gems automatically
6464 cache-version : 1 # cache the installed gems
6565
66- - uses : actions/setup-java@v4
66+ - uses : actions/setup-java@v5
6767 with :
6868 java-version : ' 17'
6969 distribution : ' adopt'
Original file line number Diff line number Diff line change 7676 bundler-cache : true # runs 'bundle install' and caches installed gems automatically
7777 cache-version : 1 # cache the installed gems
7878
79- - uses : actions/setup-java@v4
79+ - uses : actions/setup-java@v5
8080 with :
8181 java-version : ' 17'
8282 distribution : ' adopt'
You can’t perform that action at this time.
0 commit comments