File tree Expand file tree Collapse file tree 10 files changed +30
-28
lines changed Expand file tree Collapse file tree 10 files changed +30
-28
lines changed Original file line number Diff line number Diff line change 77 runs-on : ' ubuntu-latest'
88 steps :
99 - name : Checkout
10- uses : actions/checkout@v2
10+ uses : actions/checkout@v5
1111 - name : Install Ruby
1212 uses : ruby/setup-ruby@v1
1313 with :
1414 ruby-version : ' 2.7'
1515 - name : Install Node
16- uses : actions/setup-node@v3
16+ uses : actions/setup-node@v6
1717 with :
18- node-version : ' 16 '
18+ node-version : ' 24 '
1919 - name : Configure Nokogiri installation
2020 run : |
2121 bundle config --local build__nokogiri --use-system-libraries
Original file line number Diff line number Diff line change 3030 JRUBY_OPTS : ' -J-XX:+TieredCompilation -J-XX:TieredStopAtLevel=1 -J-Xss2m -Xcompile.invokedynamic=false'
3131 steps :
3232 - name : Checkout
33- uses : actions/checkout@v3
33+ uses : actions/checkout@v5
3434 - name : Install Ruby
3535 uses : ruby/setup-ruby@v1
3636 with :
6666 node-version : ' 16'
6767 runs-on : ${{ matrix.os }}
6868 steps :
69- - uses : actions/checkout@v2
69+ - uses : actions/checkout@v5
7070 - name : Install Node
71- uses : actions/setup-node@v1
71+ uses : actions/setup-node@v6
7272 with :
7373 node-version : ${{ matrix.node-version }}
7474 - name : Install Ruby
Original file line number Diff line number Diff line change 1010 runs-on : ubuntu-latest
1111 steps :
1212 - name : Checkout
13- uses : actions/checkout@v3
13+ uses : actions/checkout@v5
1414 - name : Install Ruby
1515 uses : ruby/setup-ruby@v1
1616 with :
3232 needs : build_ruby
3333 runs-on : ubuntu-latest
3434 steps :
35- - uses : actions/checkout@v3
35+ - uses : actions/checkout@v5
3636 - uses : ruby/setup-ruby@v1
3737 with :
3838 ruby-version : ' 2.7'
6060 needs : publish_ruby
6161 runs-on : ubuntu-latest
6262 steps :
63- - uses : actions/checkout@v3
64- - uses : actions/setup-node@v3
63+ - uses : actions/checkout@v5
64+ - uses : actions/setup-node@v6
6565 with :
6666 node-version : 16
6767 registry-url : https://registry.npmjs.org/
Original file line number Diff line number Diff line change 1- 2.7.8
1+ 3.4.7
Original file line number Diff line number Diff line change 4949 "homepage" : " https://github.com/asciidoctor/asciidoctor-reveal.js" ,
5050 "dependencies" : {
5151 "@asciidoctor/cli" : " ~4.0" ,
52- "reveal.js" : " 4.5.0 "
52+ "reveal.js" : " 5.2.1 "
5353 },
5454 "devDependencies" : {
5555 "@asciidoctor/core" : " ~3.0" ,
5858 "pkg" : " 5.8.1"
5959 },
6060 "volta" : {
61- "node" : " 16.20.1 "
61+ "node" : " 22.21.0 "
6262 }
6363}
Original file line number Diff line number Diff line change 22< link href ="reveal.js/dist/reset.css " rel ="stylesheet ">
33< link href ="reveal.js/dist/reveal.css " rel ="stylesheet ">
44< link href ="reveal.js/dist/theme/black.css " id ="theme " rel ="stylesheet ">
5- < link href ="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.14.0 /css/all.min.css " rel ="stylesheet ">
6- < link href ="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.14.0 /css/v4-shims.min.css " rel ="stylesheet ">
5+ < link href ="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/7.0.1 /css/all.min.css " rel ="stylesheet ">
6+ < link href ="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/7.0.1 /css/v4-shims.min.css " rel ="stylesheet ">
77< div class ="slides ">
88 < section class ="title " data-state ="title ">
99 < h1 > Font Awesome Tests</ h1 >
Original file line number Diff line number Diff line change 22< link href ="reveal.js/dist/reset.css " rel ="stylesheet ">
33< link href ="reveal.js/dist/reveal.css " rel ="stylesheet ">
44< link href ="reveal.js/dist/theme/black.css " id ="theme " rel ="stylesheet ">
5- < link href ="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15 .1/css/all.min.css " rel ="stylesheet ">
6- < link href ="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15 .1/css/v4-shims.min.css " rel ="stylesheet ">
5+ < link href ="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/7.0 .1/css/all.min.css " rel ="stylesheet ">
6+ < link href ="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/7.0 .1/css/v4-shims.min.css " rel ="stylesheet ">
77< link href ="font-awesome.css " rel ="stylesheet ">
88< div class ="slides ">
99 < section class ="title " data-state ="title ">
Original file line number Diff line number Diff line change @@ -259,9 +259,9 @@ <h2>Use the Source</h2>
259259 layoutSlideContents ( 960 , 700 )
260260 } ) ;
261261</ script >
262- < script src ="https://cdnjs.cloudflare.com/ajax/libs/highlight.js/10.7.3 /highlight.min.js "> </ script >
263- < script src ="https://cdnjs.cloudflare.com/ajax/libs/highlight.js/10.7.3 /languages/yaml.min.js "> </ script >
264- < script src ="https://cdnjs.cloudflare.com/ajax/libs/highlight.js/10.7.3 /languages/scilab.min.js "> </ script >
262+ < script src ="https://cdnjs.cloudflare.com/ajax/libs/highlight.js/11.11.1 /highlight.min.js "> </ script >
263+ < script src ="https://cdnjs.cloudflare.com/ajax/libs/highlight.js/11.11.1 /languages/yaml.min.js "> </ script >
264+ < script src ="https://cdnjs.cloudflare.com/ajax/libs/highlight.js/11.11.1 /languages/scilab.min.js "> </ script >
265265< script >
266266 /* highlightjs-line-numbers.js 2.6.0 | (C) 2018 Yauheni Pakala | MIT License | github.com/wcoder/highlightjs-line-numbers.js */
267267 /* Edited by Hakim for reveal.js; removed async timeout */
Original file line number Diff line number Diff line change 2323 "@babel/preset-env" : " ^7.7.4"
2424 },
2525 "dependencies" : {
26- "@asciidoctor/reveal.js" : " ^3 .0.0-rc1 "
26+ "@asciidoctor/reveal.js" : " ^5 .0.0"
2727 }
2828}
You can’t perform that action at this time.
0 commit comments