|
25 | 25 | - quick-tsr |
26 | 26 |
|
27 | 27 | steps: |
28 | | - - uses: actions/checkout@v5 |
| 28 | + - uses: actions/checkout@v6 |
29 | 29 | with: |
30 | 30 | persist-credentials: false |
31 | 31 | - name: Use Node.js |
|
54 | 54 | timeout-minutes: 15 |
55 | 55 |
|
56 | 56 | steps: |
57 | | - - uses: actions/checkout@v5 |
| 57 | + - uses: actions/checkout@v6 |
58 | 58 | with: |
59 | 59 | persist-credentials: false |
60 | 60 | - name: Use Node.js |
|
90 | 90 | # - timeline-state-resolver-api |
91 | 91 |
|
92 | 92 | steps: |
93 | | - - uses: actions/checkout@v5 |
| 93 | + - uses: actions/checkout@v6 |
94 | 94 | with: |
95 | 95 | persist-credentials: false |
96 | 96 | - name: Use Node.js ${{ matrix.node-version }} |
@@ -136,7 +136,7 @@ jobs: |
136 | 136 | # - validate-dependencies |
137 | 137 |
|
138 | 138 | steps: |
139 | | - - uses: actions/checkout@v5 |
| 139 | + - uses: actions/checkout@v6 |
140 | 140 | with: |
141 | 141 | fetch-depth: 0 |
142 | 142 | persist-credentials: false |
@@ -212,7 +212,7 @@ jobs: |
212 | 212 | - timeline-state-resolver-api |
213 | 213 |
|
214 | 214 | steps: |
215 | | - - uses: actions/checkout@v5 |
| 215 | + - uses: actions/checkout@v6 |
216 | 216 | with: |
217 | 217 | persist-credentials: false |
218 | 218 | - name: Use Node.js |
@@ -252,7 +252,7 @@ jobs: |
252 | 252 | - timeline-state-resolver-api |
253 | 253 |
|
254 | 254 | steps: |
255 | | - - uses: actions/checkout@v5 |
| 255 | + - uses: actions/checkout@v6 |
256 | 256 | with: |
257 | 257 | persist-credentials: false |
258 | 258 | - name: Use Node.js |
|
0 commit comments