File tree Expand file tree Collapse file tree 10 files changed +23
-23
lines changed Expand file tree Collapse file tree 10 files changed +23
-23
lines changed Original file line number Diff line number Diff line change 3333 uses : actions/checkout@v5
3434
3535 - name : Setup Node.js
36- uses : actions/setup-node@v5
36+ uses : actions/setup-node@v6
3737 with :
3838 node-version-file : package.json
3939
Original file line number Diff line number Diff line change 4444 uses : actions/checkout@v5
4545
4646 - name : Setup Node.js
47- uses : actions/setup-node@v5
47+ uses : actions/setup-node@v6
4848 with :
4949 node-version-file : package.json
5050
6868 uses : actions/checkout@v5
6969
7070 - name : Setup Node.js
71- uses : actions/setup-node@v5
71+ uses : actions/setup-node@v6
7272 with :
7373 node-version-file : package.json
7474
Original file line number Diff line number Diff line change 8080 version : 5.x
8181
8282 - name : Setup Node.js
83- uses : actions/setup-node@v5
83+ uses : actions/setup-node@v6
8484 with :
8585 node-version-file : package.json
8686
@@ -106,7 +106,7 @@ jobs:
106106 # Some might find it convenient to have CI generate the cache rather than setting up for it locally
107107 - name : Upload cache to workflow artifact
108108 if : failure() && steps.diff.outcome == 'failure'
109- uses : actions/upload-artifact@v4
109+ uses : actions/upload-artifact@v5
110110 with :
111111 if-no-files-found : error
112112 include-hidden-files : true
@@ -137,7 +137,7 @@ jobs:
137137 version : 5.x
138138
139139 - name : Setup Node.js
140- uses : actions/setup-node@v5
140+ uses : actions/setup-node@v6
141141 with :
142142 node-version-file : package.json
143143
Original file line number Diff line number Diff line change 3535 uses : actions/checkout@v5
3636
3737 - name : Setup Node.js
38- uses : actions/setup-node@v5
38+ uses : actions/setup-node@v6
3939 with :
4040 node-version-file : package.json
4141
5656 uses : actions/checkout@v5
5757
5858 - name : Setup Node.js
59- uses : actions/setup-node@v5
59+ uses : actions/setup-node@v6
6060 with :
6161 node-version-file : package.json
6262
Original file line number Diff line number Diff line change @@ -209,7 +209,7 @@ jobs:
209209 uses : actions/checkout@v5
210210
211211 - name : Setup Node.js
212- uses : actions/setup-node@v5
212+ uses : actions/setup-node@v6
213213 with :
214214 node-version-file : package.json
215215
Original file line number Diff line number Diff line change 4141 uses : actions/checkout@v5
4242
4343 - name : Setup Node.js
44- uses : actions/setup-node@v5
44+ uses : actions/setup-node@v6
4545 with :
4646 node-version-file : package.json
4747
Original file line number Diff line number Diff line change 4747 uses : actions/checkout@v5
4848
4949 - name : Setup Node.js
50- uses : actions/setup-node@v5
50+ uses : actions/setup-node@v6
5151 with :
5252 node-version-file : package.json
5353
Original file line number Diff line number Diff line change 3636 uses : actions/checkout@v5
3737
3838 - name : Setup Node.js
39- uses : actions/setup-node@v5
39+ uses : actions/setup-node@v6
4040 with :
4141 node-version-file : package.json
4242
8181 file-url : https://raw.githubusercontent.com/arduino/tooling-project-assets/main/workflow-templates/assets/sync-labels/${{ matrix.filename }}
8282
8383 - name : Pass configuration files to next job via workflow artifact
84- uses : actions/upload-artifact@v4
84+ uses : actions/upload-artifact@v5
8585 with :
8686 path : |
8787 *.yaml
@@ -119,7 +119,7 @@ jobs:
119119 uses : actions/checkout@v5
120120
121121 - name : Download configuration file artifacts
122- uses : actions/download-artifact@v5
122+ uses : actions/download-artifact@v6
123123 with :
124124 merge-multiple : true
125125 pattern : ${{ env.CONFIGURATIONS_ARTIFACT_PREFIX }}*
@@ -131,7 +131,7 @@ jobs:
131131 name : ${{ env.CONFIGURATIONS_ARTIFACT_PREFIX }}*
132132
133133 - name : Setup Node.js
134- uses : actions/setup-node@v5
134+ uses : actions/setup-node@v6
135135 with :
136136 node-version-file : package.json
137137
Original file line number Diff line number Diff line change 5050 uses : actions/checkout@v5
5151
5252 - name : Setup Node.js
53- uses : actions/setup-node@v5
53+ uses : actions/setup-node@v6
5454 with :
5555 node-version-file : package.json
5656
7171 uses : actions/checkout@v5
7272
7373 - name : Setup Node.js
74- uses : actions/setup-node@v5
74+ uses : actions/setup-node@v6
7575 with :
7676 node-version-file : package.json
7777
Original file line number Diff line number Diff line change 2424 "devDependencies" : {
2525 "@actions/io" : " ^1.1.3" ,
2626 "@types/jest" : " ^30.0.0" ,
27- "@types/node" : " ^20.19.13 " ,
27+ "@types/node" : " ^22.0.0 " ,
2828 "@types/semver" : " ^7.7.1" ,
29- "@typescript-eslint/eslint-plugin" : " ^7.18 .0" ,
30- "@typescript-eslint/parser" : " ^7.18 .0" ,
29+ "@typescript-eslint/eslint-plugin" : " ^8.0 .0" ,
30+ "@typescript-eslint/parser" : " ^8.0 .0" ,
3131 "@vercel/ncc" : " ^0.38.3" ,
3232 "ajv-cli" : " ^5.0.0" ,
3333 "ajv-formats" : " ^3.0.1" ,
34- "eslint" : " ^8.57.1 " ,
34+ "eslint" : " ^9.0.0 " ,
3535 "eslint-config-airbnb-base" : " ^15.0.0" ,
3636 "eslint-config-airbnb-typescript" : " ^18.0.0" ,
3737 "eslint-config-prettier" : " ^10.1.8" ,
4141 "jest-circus" : " ^30.1.1" ,
4242 "markdown-link-check" : " ^3.13.7" ,
4343 "markdownlint-cli" : " ^0.45.0" ,
44- "nock" : " ^13.5.6 " ,
44+ "nock" : " ^14.0.0 " ,
4545 "prettier" : " ^3.6.2" ,
4646 "strip-json-comments-cli" : " ^3.0.0" ,
4747 "ts-jest" : " ^29.4.1" ,
4848 "typescript" : " ^5.9.2"
4949 },
5050 "engines" : {
51- "node" : " 20 .x"
51+ "node" : " 22 .x"
5252 }
5353}
You can’t perform that action at this time.
0 commit comments