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 18
18
runs-on : ubuntu-latest
19
19
steps :
20
20
- name : Checkout
21
- uses : actions/checkout@v2
21
+ uses : actions/checkout@v3
22
22
- name : Semantic Release
23
- uses : cycjimmy/semantic-release-action@v2
23
+ uses : cycjimmy/semantic-release-action@v3
24
24
id : semantic
25
25
with :
26
26
extra_plugins : |
Original file line number Diff line number Diff line change 20
20
" html5-framework" ,
21
21
" javascript-framework"
22
22
],
23
- "publishConfig" : {
24
- "access" : " public"
25
- },
23
+ "publishConfig" : { "access" : " public" },
26
24
"scripts" : {
27
25
"start" : " npx webpack --config webpack.config.js" ,
28
26
"build" : " NODE_ENV=production npx webpack --config webpack.config.js" ,
60
58
"webpack-log" : " ^3.0.1"
61
59
},
62
60
"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 "
67
65
}
68
66
}
You can’t perform that action at this time.
0 commit comments