File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed
Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -21,12 +21,12 @@ jobs:
2121
2222 steps :
2323 - name : checkout
24- uses : actions/checkout@v3
24+ uses : actions/checkout@v4
2525 # with:
2626 # submodules: true # Fetch Hugo themes (true OR recursive)
2727 # fetch-depth: 0 # Fetch all history for .GitInfo and .Lastmod
2828
29- - uses : actions/setup-node@v3
29+ - uses : actions/setup-node@v4
3030 with :
3131 node-version : 18
3232 cache : yarn
3737 run : yarn build
3838
3939 - name : upload artifact
40- uses : actions/upload-pages-artifact@v2
40+ uses : actions/upload-pages-artifact@v3
4141 with :
4242 path : ./build
4343
5050 steps :
5151 - name : Deploy to GitHub Pages
5252 id : deployment
53- uses : actions/deploy-pages@v2
53+ uses : actions/deploy-pages@v4
Original file line number Diff line number Diff line change 1717 "@docusaurus/core" : " 2.4.1" ,
1818 "@docusaurus/preset-classic" : " 2.4.1" ,
1919 "@mdx-js/react" : " ^1.6.22" ,
20- "@wolanx/react-netron" : " ^1.0.5 " ,
20+ "@wolanx/react-netron" : " ^25.10.1 " ,
2121 "clsx" : " ^1.2.1" ,
2222 "prism-react-renderer" : " ^1.3.5" ,
2323 "react" : " ^17.0.2" ,
You can’t perform that action at this time.
0 commit comments