File tree Expand file tree Collapse file tree 2 files changed +7
-9
lines changed Expand file tree Collapse file tree 2 files changed +7
-9
lines changed Original file line number Diff line number Diff line change 1818 runs-on : ubuntu-latest
1919 steps :
2020 - name : Checkout
21- uses : actions/checkout@v2
21+ uses : actions/checkout@v3
2222 - name : Semantic Release
23- uses : cycjimmy/semantic-release-action@v2
23+ uses : cycjimmy/semantic-release-action@v3
2424 id : semantic
2525 with :
2626 extra_plugins : |
Original file line number Diff line number Diff line change 2020 " html5-framework" ,
2121 " javascript-framework"
2222 ],
23- "publishConfig" : {
24- "access" : " public"
25- },
23+ "publishConfig" : { "access" : " public" },
2624 "scripts" : {
2725 "start" : " npx webpack --config webpack.config.js" ,
2826 "build" : " NODE_ENV=production npx webpack --config webpack.config.js" ,
6058 "webpack-log" : " ^3.0.1"
6159 },
6260 "dependencies" : {
63- "@cocreate/actions" : " ^1.5.49 " ,
64- "@cocreate/docs" : " ^1.5.3 " ,
65- "@cocreate/observer" : " ^1.5.53 " ,
66- "@cocreate/utils" : " ^1.17.15 "
61+ "@cocreate/actions" : " ^1.5.50 " ,
62+ "@cocreate/docs" : " ^1.5.4 " ,
63+ "@cocreate/observer" : " ^1.5.54 " ,
64+ "@cocreate/utils" : " ^1.17.16 "
6765 }
6866}
You can’t perform that action at this time.
0 commit comments