File tree Expand file tree Collapse file tree 5 files changed +18
-18
lines changed Expand file tree Collapse file tree 5 files changed +18
-18
lines changed Original file line number Diff line number Diff line change @@ -13,12 +13,12 @@ jobs:
1313
1414 steps :
1515 - name : Git checkout
16- uses : actions/checkout@v4
16+ uses : actions/checkout@v5
1717 with :
1818 fetch-depth : 0
1919
2020 - name : Use Node.js 22.x
21- uses : actions/setup-node@v4
21+ uses : actions/setup-node@v5
2222 with :
2323 node-version : 22.x
2424 - run : npm install
@@ -44,10 +44,10 @@ jobs:
4444
4545 steps :
4646 - name : Git checkout
47- uses : actions/checkout@v4
47+ uses : actions/checkout@v5
4848
4949 - name : Build & Test with Node.js ${{ matrix.node-version }}
50- uses : actions/setup-node@v4
50+ uses : actions/setup-node@v5
5151 with :
5252 node-version : ${{ matrix.node-version }}
5353
Original file line number Diff line number Diff line change 1010 runs-on : ubuntu-latest
1111
1212 steps :
13- - uses : actions/checkout@v4
14- - uses : actions/setup-node@v4
13+ - uses : actions/checkout@v5
14+ - uses : actions/setup-node@v5
1515 with :
1616 node-version : 22
1717 - run : npm install
2828 id-token : write
2929
3030 steps :
31- - uses : actions/checkout@v4
32- - uses : actions/setup-node@v4
31+ - uses : actions/checkout@v5
32+ - uses : actions/setup-node@v5
3333 with :
3434 node-version : 22
3535 registry-url : https://registry.npmjs.org/
Original file line number Diff line number Diff line change @@ -28,13 +28,13 @@ jobs:
2828 core.setOutput('base_ref', pr.data.base.ref);
2929 core.setOutput('head_sha', pr.data.head.sha);
3030
31- - uses : actions/checkout@v4
31+ - uses : actions/checkout@v5
3232 with :
3333 ref : ${{ steps.pr.outputs.head_sha }}
3434 fetch-depth : 0
3535
3636 - name : Use Node.js 22.x
37- uses : actions/setup-node@v4
37+ uses : actions/setup-node@v5
3838 with :
3939 node-version : 22.x
4040 - run : npm install
Original file line number Diff line number Diff line change @@ -20,12 +20,12 @@ jobs:
2020
2121 steps :
2222 - name : Git checkout
23- uses : actions/checkout@v4
23+ uses : actions/checkout@v5
2424 with :
2525 fetch-depth : 0
2626
2727 - name : Setup Node
28- uses : actions/setup-node@v4
28+ uses : actions/setup-node@v5
2929 with :
3030 node-version : ${{ github.event.inputs.node }}
3131
Original file line number Diff line number Diff line change 3131 " src/"
3232 ],
3333 "devDependencies" : {
34- "@babel/eslint-parser" : " ^7.28.0 " ,
35- "@typescript-eslint/eslint-plugin" : " ^8.41.0 " ,
36- "@typescript-eslint/parser" : " ^8.41.0 " ,
34+ "@babel/eslint-parser" : " ^7.28.4 " ,
35+ "@typescript-eslint/eslint-plugin" : " ^8.44.1 " ,
36+ "@typescript-eslint/parser" : " ^8.44.1 " ,
3737 "c8" : " ^10.1.3" ,
38- "chai" : " ^6.0.1 " ,
38+ "chai" : " ^6.2.0 " ,
3939 "env-cmd" : " ^11.0.0" ,
40- "eslint" : " ^9.34 .0" ,
41- "mocha" : " ^11.7.1 " ,
40+ "eslint" : " ^9.36 .0" ,
41+ "mocha" : " ^11.7.2 " ,
4242 "mocha-sonarqube-reporter" : " ^1.0.2" ,
4343 "sinon" : " ^21.0.0"
4444 },
You can’t perform that action at this time.
0 commit comments