File tree Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -12,11 +12,11 @@ jobs:
1212 runs-on : ubuntu-latest
1313 if : ${{ github.event_name != 'pull_request' }}
1414 steps :
15- - uses : actions/checkout@v3
15+ - uses : actions/checkout@v4
1616 name : Checkout [main]
1717 with :
1818 fetch-depth : 0
19- - uses : actions/setup-node@v3
19+ - uses : actions/setup-node@v4
2020 with :
2121 node-version : " 16"
2222 - uses : pnpm/action-setup@v2.4.0
@@ -48,12 +48,12 @@ jobs:
4848 runs-on : ubuntu-latest
4949 if : ${{ github.event_name == 'pull_request' }}
5050 steps :
51- - uses : actions/checkout@v3
51+ - uses : actions/checkout@v4
5252 with :
5353 ref : ${{ github.event.pull_request.head.ref }}
5454 repository : ${{ github.event.pull_request.head.repo.full_name }}
5555 fetch-depth : 0
56- - uses : actions/setup-node@v3
56+ - uses : actions/setup-node@v4
5757 with :
5858 node-version : " 16"
5959 - uses : pnpm/action-setup@v2.4.0
Original file line number Diff line number Diff line change 1717 "eslint" : " ^8.55.0" ,
1818 "eslint-config-prettier" : " ^9.1.0" ,
1919 "eslint-plugin-import" : " ^2.29.0" ,
20- "eslint-plugin-jsdoc" : " ^46.9 .0" ,
20+ "eslint-plugin-jsdoc" : " ^48.0 .0" ,
2121 "eslint-plugin-tsdoc" : " ^0.2.17" ,
2222 "prettier" : " ^3.1.1" ,
2323 "typescript" : " ^5.3.3"
Original file line number Diff line number Diff line change 4040 "eslint" : " ^8.55.0" ,
4141 "eslint-config-prettier" : " ^9.1.0" ,
4242 "eslint-plugin-import" : " ^2.29.0" ,
43- "eslint-plugin-jsdoc" : " ^46.9 .0" ,
43+ "eslint-plugin-jsdoc" : " ^48.0 .0" ,
4444 "eslint-plugin-tsdoc" : " ^0.2.17" ,
4545 "prettier" : " ^3.1.1" ,
4646 "prettier-plugin-multiline-arrays" : " ^3.0.1" ,
You can’t perform that action at this time.
0 commit comments