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:
12
12
runs-on : ubuntu-latest
13
13
if : ${{ github.event_name != 'pull_request' }}
14
14
steps :
15
- - uses : actions/checkout@v3
15
+ - uses : actions/checkout@v4
16
16
name : Checkout [main]
17
17
with :
18
18
fetch-depth : 0
19
- - uses : actions/setup-node@v3
19
+ - uses : actions/setup-node@v4
20
20
with :
21
21
node-version : " 16"
22
22
@@ -48,12 +48,12 @@ jobs:
48
48
runs-on : ubuntu-latest
49
49
if : ${{ github.event_name == 'pull_request' }}
50
50
steps :
51
- - uses : actions/checkout@v3
51
+ - uses : actions/checkout@v4
52
52
with :
53
53
ref : ${{ github.event.pull_request.head.ref }}
54
54
repository : ${{ github.event.pull_request.head.repo.full_name }}
55
55
fetch-depth : 0
56
- - uses : actions/setup-node@v3
56
+ - uses : actions/setup-node@v4
57
57
with :
58
58
node-version : " 16"
59
59
Original file line number Diff line number Diff line change 17
17
"eslint" : " ^8.55.0" ,
18
18
"eslint-config-prettier" : " ^9.1.0" ,
19
19
"eslint-plugin-import" : " ^2.29.0" ,
20
- "eslint-plugin-jsdoc" : " ^46.9 .0" ,
20
+ "eslint-plugin-jsdoc" : " ^48.0 .0" ,
21
21
"eslint-plugin-tsdoc" : " ^0.2.17" ,
22
22
"prettier" : " ^3.1.1" ,
23
23
"typescript" : " ^5.3.3"
Original file line number Diff line number Diff line change 40
40
"eslint" : " ^8.55.0" ,
41
41
"eslint-config-prettier" : " ^9.1.0" ,
42
42
"eslint-plugin-import" : " ^2.29.0" ,
43
- "eslint-plugin-jsdoc" : " ^46.9 .0" ,
43
+ "eslint-plugin-jsdoc" : " ^48.0 .0" ,
44
44
"eslint-plugin-tsdoc" : " ^0.2.17" ,
45
45
"prettier" : " ^3.1.1" ,
46
46
"prettier-plugin-multiline-arrays" : " ^3.0.1" ,
You can’t perform that action at this time.
0 commit comments