|
18 | 18 | runs-on: ubuntu-latest |
19 | 19 | timeout-minutes: 15 |
20 | 20 | steps: |
21 | | - - uses: actions/checkout@v6 |
| 21 | + - uses: actions/checkout@v7 |
22 | 22 | with: |
23 | 23 | persist-credentials: false |
24 | 24 | - name: Use Node.js |
|
59 | 59 | runs-on: ubuntu-latest |
60 | 60 | timeout-minutes: 30 |
61 | 61 | steps: |
62 | | - - uses: actions/checkout@v6 |
| 62 | + - uses: actions/checkout@v7 |
63 | 63 | with: |
64 | 64 | persist-credentials: false |
65 | 65 | - name: Use Node.js |
@@ -111,7 +111,7 @@ jobs: |
111 | 111 | packages: write |
112 | 112 |
|
113 | 113 | steps: |
114 | | - - uses: actions/checkout@v6 |
| 114 | + - uses: actions/checkout@v7 |
115 | 115 | with: |
116 | 116 | persist-credentials: false |
117 | 117 | - name: Use Node.js |
@@ -281,7 +281,7 @@ jobs: |
281 | 281 | packages: write |
282 | 282 |
|
283 | 283 | steps: |
284 | | - - uses: actions/checkout@v6 |
| 284 | + - uses: actions/checkout@v7 |
285 | 285 | with: |
286 | 286 | persist-credentials: false |
287 | 287 |
|
@@ -414,7 +414,7 @@ jobs: |
414 | 414 | timeout-minutes: 15 |
415 | 415 |
|
416 | 416 | steps: |
417 | | - - uses: actions/checkout@v6 |
| 417 | + - uses: actions/checkout@v7 |
418 | 418 | with: |
419 | 419 | persist-credentials: false |
420 | 420 | - name: Use Node.js |
@@ -494,7 +494,7 @@ jobs: |
494 | 494 | send-coverage: true |
495 | 495 |
|
496 | 496 | steps: |
497 | | - - uses: actions/checkout@v6 |
| 497 | + - uses: actions/checkout@v7 |
498 | 498 | with: |
499 | 499 | persist-credentials: false |
500 | 500 | - name: Use Node.js ${{ matrix.node-version }} |
@@ -539,7 +539,7 @@ jobs: |
539 | 539 | runs-on: ubuntu-latest |
540 | 540 | timeout-minutes: 15 |
541 | 541 | steps: |
542 | | - - uses: actions/checkout@v6 |
| 542 | + - uses: actions/checkout@v7 |
543 | 543 | with: |
544 | 544 | persist-credentials: false |
545 | 545 | - name: Use Node.js |
@@ -569,7 +569,7 @@ jobs: |
569 | 569 | runs-on: ubuntu-latest |
570 | 570 | timeout-minutes: 15 |
571 | 571 | steps: |
572 | | - - uses: actions/checkout@v6 |
| 572 | + - uses: actions/checkout@v7 |
573 | 573 | with: |
574 | 574 | persist-credentials: false |
575 | 575 | - name: Use Node.js |
@@ -605,7 +605,7 @@ jobs: |
605 | 605 |
|
606 | 606 | # This is just to ensure the docs build, another job performs the build & publish |
607 | 607 | steps: |
608 | | - - uses: actions/checkout@v6 |
| 608 | + - uses: actions/checkout@v7 |
609 | 609 | with: |
610 | 610 | persist-credentials: false |
611 | 611 | - name: Use Node.js |
@@ -652,7 +652,7 @@ jobs: |
652 | 652 | runs-on: ubuntu-latest |
653 | 653 | timeout-minutes: 15 |
654 | 654 | steps: |
655 | | - - uses: actions/checkout@v6 |
| 655 | + - uses: actions/checkout@v7 |
656 | 656 | with: |
657 | 657 | persist-credentials: false |
658 | 658 | - name: Use Node.js |
|
0 commit comments