File tree Expand file tree Collapse file tree 3 files changed +15
-2
lines changed
Expand file tree Collapse file tree 3 files changed +15
-2
lines changed Original file line number Diff line number Diff line change 99 runs-on : ubuntu-latest
1010
1111 steps :
12- - uses : actions/checkout@v3
12+ - uses : actions/checkout@v4
1313 with :
1414 fetch-depth : 0
15- - uses : actions/setup-node@v3
15+ - uses : actions/setup-node@v4
1616 with :
1717 node-version : " lts/*"
1818 cache : npm
Original file line number Diff line number Diff line change 3535 "@babel/core" : " 7.23.9" ,
3636 "@babel/preset-typescript" : " 7.23.3" ,
3737 "@preconstruct/cli" : " 2.8.3" ,
38+ "@semantic-release/exec" : " 6.0.3" ,
3839 "@semantic-release/git" : " 10.0.1" ,
3940 "@vitest/browser" : " 1.3.0" ,
4041 "prettier" : " 3.2.5" ,
Original file line number Diff line number Diff line change 10251025 resolved "https://registry.yarnpkg.com/@semantic-release/error/-/error-4.0.0.tgz#692810288239637f74396976a9340fbc0aa9f6f9"
10261026 integrity sha512-mgdxrHTLOjOddRVYIYDo0fR3/v61GNN1YGkfbrjuIKg/uMgCd+Qzo3UAXJ+woLQQpos4pl5Esuw5A7AoNlzjUQ==
10271027
1028+ " @semantic-release/exec@^6.0.3 " :
1029+ version "6.0.3"
1030+ resolved "https://registry.yarnpkg.com/@semantic-release/exec/-/exec-6.0.3.tgz#d212fdf19633bdfb553de6cb6c7f8781933224db"
1031+ integrity sha512-bxAq8vLOw76aV89vxxICecEa8jfaWwYITw6X74zzlO0mc/Bgieqx9kBRz9z96pHectiTAtsCwsQcUyLYWnp3VQ==
1032+ dependencies :
1033+ " @semantic-release/error" " ^3.0.0"
1034+ aggregate-error "^3.0.0"
1035+ debug "^4.0.0"
1036+ execa "^5.0.0"
1037+ lodash "^4.17.4"
1038+ parse-json "^5.0.0"
1039+
10281040" @semantic-release/[email protected] " :
10291041 version "10.0.1"
10301042 resolved "https://registry.yarnpkg.com/@semantic-release/git/-/git-10.0.1.tgz#c646e55d67fae623875bf3a06a634dd434904498"
You can’t perform that action at this time.
0 commit comments