|
40 | 40 | persist-credentials: false |
41 | 41 |
|
42 | 42 | - name: Setup Node.js |
43 | | - uses: actions/setup-node@6044e13b5dc448c55e2357c09f80417699197238 # v6.2.0 |
| 43 | + uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6.4.0 |
44 | 44 | with: |
45 | 45 | # Using `latest` as `lts` could point to previous major version. |
46 | 46 | # Different versions of Node.js can cause different linting results |
@@ -101,7 +101,7 @@ jobs: |
101 | 101 |
|
102 | 102 | # Setup node, install deps, and build undici prior to building icu-less node and testing |
103 | 103 | - name: Setup Node.js@${{ matrix.node-version }} |
104 | | - uses: actions/setup-node@6044e13b5dc448c55e2357c09f80417699197238 # v6.2.0 |
| 104 | + uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6.4.0 |
105 | 105 | with: |
106 | 106 | node-version: ${{ matrix.node-version }} |
107 | 107 |
|
@@ -187,7 +187,7 @@ jobs: |
187 | 187 |
|
188 | 188 | # Setup node, install deps, and build undici prior to building icu-less node and testing |
189 | 189 | - name: Setup Node.js@${{ matrix.node-version }} |
190 | | - uses: actions/setup-node@6044e13b5dc448c55e2357c09f80417699197238 # v6.2.0 |
| 190 | + uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6.4.0 |
191 | 191 | with: |
192 | 192 | node-version: ${{ matrix.node-version }} |
193 | 193 |
|
@@ -252,7 +252,7 @@ jobs: |
252 | 252 | persist-credentials: false |
253 | 253 |
|
254 | 254 | - name: Setup Node.js |
255 | | - uses: actions/setup-node@6044e13b5dc448c55e2357c09f80417699197238 # v6.2.0 |
| 255 | + uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6.4.0 |
256 | 256 | with: |
257 | 257 | node-version: lts/* |
258 | 258 |
|
@@ -289,7 +289,7 @@ jobs: |
289 | 289 | persist-credentials: false |
290 | 290 |
|
291 | 291 | - name: Setup Node.js |
292 | | - uses: actions/setup-node@6044e13b5dc448c55e2357c09f80417699197238 # v6.2.0 |
| 292 | + uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6.4.0 |
293 | 293 | with: |
294 | 294 | node-version: lts/* |
295 | 295 |
|
|
0 commit comments