|
12 | 12 | runs-on: ubuntu-latest
|
13 | 13 | steps:
|
14 | 14 | - uses: actions/checkout@v4
|
15 |
| - - uses: actions/[email protected].2 |
| 15 | + - uses: actions/[email protected].3 |
16 | 16 | with:
|
17 | 17 | node-version: 20.x
|
18 | 18 | cache: 'npm'
|
|
23 | 23 | runs-on: macos-latest
|
24 | 24 | steps:
|
25 | 25 | - uses: actions/checkout@v4
|
26 |
| - - uses: actions/[email protected].2 |
| 26 | + - uses: actions/[email protected].3 |
27 | 27 | with:
|
28 | 28 | node-version: 20.x
|
29 | 29 | cache: 'npm'
|
|
64 | 64 | runs-on: ubuntu-latest
|
65 | 65 | steps:
|
66 | 66 | - uses: actions/checkout@v4
|
67 |
| - - uses: actions/[email protected].2 |
| 67 | + - uses: actions/[email protected].3 |
68 | 68 | with:
|
69 | 69 | node-version: 20.x
|
70 | 70 | cache: 'npm'
|
@@ -105,7 +105,7 @@ jobs:
|
105 | 105 | runs-on: windows-latest
|
106 | 106 | steps:
|
107 | 107 | - uses: actions/checkout@v4
|
108 |
| - - uses: actions/[email protected].2 |
| 108 | + - uses: actions/[email protected].3 |
109 | 109 | with:
|
110 | 110 | node-version: 20.x
|
111 | 111 | cache: 'npm'
|
@@ -144,7 +144,7 @@ jobs:
|
144 | 144 | runs-on: ubuntu-latest
|
145 | 145 | steps:
|
146 | 146 | - uses: actions/checkout@v4
|
147 |
| - - uses: actions/[email protected].2 |
| 147 | + - uses: actions/[email protected].3 |
148 | 148 | with:
|
149 | 149 | node-version: 20.x
|
150 | 150 | cache: 'npm'
|
@@ -185,7 +185,7 @@ jobs:
|
185 | 185 | runs-on: ubuntu-latest
|
186 | 186 | steps:
|
187 | 187 | - uses: actions/checkout@v4
|
188 |
| - - uses: actions/[email protected].2 |
| 188 | + - uses: actions/[email protected].3 |
189 | 189 | with:
|
190 | 190 | node-version: 20.x
|
191 | 191 | cache: 'npm'
|
@@ -226,7 +226,7 @@ jobs:
|
226 | 226 | runs-on: ubuntu-latest
|
227 | 227 | steps:
|
228 | 228 | - uses: actions/checkout@v4
|
229 |
| - - uses: actions/[email protected].2 |
| 229 | + - uses: actions/[email protected].3 |
230 | 230 | with:
|
231 | 231 | node-version: 20.x
|
232 | 232 | cache: 'npm'
|
@@ -267,7 +267,7 @@ jobs:
|
267 | 267 | runs-on: ubuntu-latest
|
268 | 268 | steps:
|
269 | 269 | - uses: actions/checkout@v4
|
270 |
| - - uses: actions/[email protected].2 |
| 270 | + - uses: actions/[email protected].3 |
271 | 271 | with:
|
272 | 272 | node-version: 20.x
|
273 | 273 | cache: 'npm'
|
@@ -312,7 +312,7 @@ jobs:
|
312 | 312 | with:
|
313 | 313 | fetch-depth: 0
|
314 | 314 | - name: Setup Node.js
|
315 |
| - |
| 315 | + |
316 | 316 | with:
|
317 | 317 | node-version: 20.x
|
318 | 318 | cache: 'npm'
|
|
0 commit comments