|
23 | 23 | with:
|
24 | 24 | fetch-depth: 1
|
25 | 25 |
|
26 |
| - - uses: actions/setup-node@v4 |
| 26 | + - uses: actions/setup-node@v5 |
27 | 27 | with:
|
28 | 28 | node-version-file: extensions/ql-vscode/.nvmrc
|
29 | 29 | cache: 'npm'
|
|
68 | 68 | with:
|
69 | 69 | fetch-depth: 1
|
70 | 70 |
|
71 |
| - - uses: actions/setup-node@v4 |
| 71 | + - uses: actions/setup-node@v5 |
72 | 72 | with:
|
73 | 73 | node-version-file: extensions/ql-vscode/.nvmrc
|
74 | 74 | cache: 'npm'
|
@@ -124,7 +124,7 @@ jobs:
|
124 | 124 | with:
|
125 | 125 | fetch-depth: 1
|
126 | 126 |
|
127 |
| - - uses: actions/setup-node@v4 |
| 127 | + - uses: actions/setup-node@v5 |
128 | 128 | with:
|
129 | 129 | node-version-file: extensions/ql-vscode/.nvmrc
|
130 | 130 | cache: 'npm'
|
@@ -176,7 +176,7 @@ jobs:
|
176 | 176 | with:
|
177 | 177 | fetch-depth: 1
|
178 | 178 |
|
179 |
| - - uses: actions/setup-node@v4 |
| 179 | + - uses: actions/setup-node@v5 |
180 | 180 | with:
|
181 | 181 | node-version-file: extensions/ql-vscode/.nvmrc
|
182 | 182 | cache: 'npm'
|
@@ -210,7 +210,7 @@ jobs:
|
210 | 210 | with:
|
211 | 211 | fetch-depth: 1
|
212 | 212 |
|
213 |
| - - uses: actions/setup-node@v4 |
| 213 | + - uses: actions/setup-node@v5 |
214 | 214 | with:
|
215 | 215 | node-version-file: extensions/ql-vscode/.nvmrc
|
216 | 216 | cache: 'npm'
|
@@ -278,7 +278,7 @@ jobs:
|
278 | 278 | - name: Checkout
|
279 | 279 | uses: actions/checkout@v5
|
280 | 280 |
|
281 |
| - - uses: actions/setup-node@v4 |
| 281 | + - uses: actions/setup-node@v5 |
282 | 282 | with:
|
283 | 283 | node-version-file: extensions/ql-vscode/.nvmrc
|
284 | 284 | cache: 'npm'
|
|
0 commit comments