File tree Expand file tree Collapse file tree 6 files changed +172
-275
lines changed Expand file tree Collapse file tree 6 files changed +172
-275
lines changed Original file line number Diff line number Diff line change 1919 version : ${{ inputs.pnpm_version }}
2020
2121 - name : 🏗️ Setup Node.js ${{ inputs.node_version }}
22- uses : actions/setup-node@v4
22+ uses : actions/setup-node@v5
2323 with :
2424 node-version : ${{ inputs.node_version }}
2525 registry-url : ' https://registry.npmjs.org'
Original file line number Diff line number Diff line change 1717
1818 steps :
1919 - name : ⛙ Checkout branch ${{ github.ref }}
20- uses : actions/checkout@v4
20+ uses : actions/checkout@v5
2121
2222 - name : 🚧 Build
2323 uses : ./.github/actions/build
2828
2929 steps :
3030 - name : ⛙ Checkout branch ${{ github.ref }}
31- uses : actions/checkout@v4
31+ uses : actions/checkout@v5
3232
3333 - name : 🧱 Install
3434 uses : ./.github/actions/install
4444
4545 steps :
4646 - name : ⛙ Checkout branch ${{ github.ref }}
47- uses : actions/checkout@v4
47+ uses : actions/checkout@v5
4848
4949 - name : 🧱 Install
5050 uses : ./.github/actions/install
Original file line number Diff line number Diff line change 2929
3030 steps :
3131 - name : ⛙ Checkout branch ${{ github.ref }}
32- uses : actions/checkout@v4
32+ uses : actions/checkout@v5
3333 with :
3434 ref : ${{ inputs.commit-hash || 'main' }}
3535 fetch-depth : 0
Original file line number Diff line number Diff line change 3131
3232 steps :
3333 - name : ⛙ Checkout branch ${{ github.ref }}
34- uses : actions/checkout@v4
34+ uses : actions/checkout@v5
3535 with :
3636 ref : main
3737 fetch-depth : 0
Original file line number Diff line number Diff line change 5353 "access" : " public"
5454 },
5555 "devDependencies" : {
56- "@commitlint/cli" : " ^19.8 .0" ,
57- "@commitlint/config-conventional" : " ^19.8 .0" ,
56+ "@commitlint/cli" : " ^20.0 .0" ,
57+ "@commitlint/config-conventional" : " ^20.0 .0" ,
5858 "@dvcol/eslint-config" : " ^1.6.0" ,
5959 "@vitest/coverage-v8" : " ^3.1.2" ,
6060 "eslint" : " ^9.25.1" ,
6161 "extract-changelog-release" : " ^1.0.2" ,
6262 "husky" : " ^9.1.7" ,
63- "lint-staged" : " ^15.5.1 " ,
63+ "lint-staged" : " ^16.0.0 " ,
6464 "prettier" : " ^3.5.3" ,
6565 "publint" : " ^0.3.12" ,
6666 "standard-version" : " ^9.5.0" ,
You can’t perform that action at this time.
0 commit comments