File tree Expand file tree Collapse file tree 5 files changed +73
-125
lines changed Expand file tree Collapse file tree 5 files changed +73
-125
lines changed 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 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