File tree Expand file tree Collapse file tree 3 files changed +8
-8
lines changed Expand file tree Collapse file tree 3 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 1111 - 18
1212 - 19
1313 steps :
14- - uses : actions/checkout@v3
14+ - uses : actions/checkout@v4
1515 - name : Set up Node ${{ matrix.node-version }}
16- uses : actions/setup-node@v3
16+ uses : actions/setup-node@v4
1717 with :
1818 node-version : ${{ matrix.node-version }}
1919 - name : Install dependencies
Original file line number Diff line number Diff line change 99 build :
1010 runs-on : ubuntu-latest
1111 steps :
12- - uses : actions/checkout@v3
12+ - uses : actions/checkout@v4
1313 - name : Notify Netlify
1414 env :
1515 NETLIFY_WEBHOOK_URL : ${{ secrets.NETLIFY_WEBHOOK_URL }}
Original file line number Diff line number Diff line change 4747 },
4848 "homepage" : " https://github.com/asciidoctor/asciidoctor-cli.js" ,
4949 "dependencies" : {
50- "yargs" : " 17.3.1 "
50+ "yargs" : " 17.7.2 "
5151 },
5252 "devDependencies" : {
5353 "@asciidoctor/core" : " ~3.0" ,
54- "chai" : " 4.3.7 " ,
54+ "chai" : " 5.0.3 " ,
5555 "dirty-chai" : " 2.0.1" ,
56- "mocha" : " 10.2 .0" ,
57- "sinon" : " 15.2.0 " ,
56+ "mocha" : " 10.3 .0" ,
57+ "sinon" : " 17.0.1 " ,
5858 "standard" : " 17.1.0"
5959 },
6060 "peerDependencies" : {
6666 ]
6767 },
6868 "volta" : {
69- "node" : " 18.16.1 "
69+ "node" : " 18.19.0 "
7070 }
7171}
You can’t perform that action at this time.
0 commit comments