|
25 | 25 | matrix: |
26 | 26 | python: ['3.9', '3.10', '3.11', '3.12'] |
27 | 27 | steps: |
28 | | - - uses: actions/checkout@v4.1.7 |
| 28 | + - uses: actions/checkout@v4.2.0 |
29 | 29 | with: |
30 | 30 | fetch-depth: 0 |
31 | 31 |
|
|
81 | 81 | matrix: |
82 | 82 | python: ['3.9', '3.10', '3.11', '3.12'] |
83 | 83 | steps: |
84 | | - - uses: actions/checkout@v4.1.7 |
| 84 | + - uses: actions/checkout@v4.2.0 |
85 | 85 | with: |
86 | 86 | fetch-depth: 0 |
87 | 87 |
|
@@ -465,7 +465,7 @@ jobs: |
465 | 465 | # Needed to be able to run conda index |
466 | 466 | run: conda install conda-index -c conda-forge --override-channels |
467 | 467 | - name: Checkout dpctl repo |
468 | | - uses: actions/checkout@v4.1.7 |
| 468 | + uses: actions/checkout@v4.2.0 |
469 | 469 | with: |
470 | 470 | fetch-depth: 0 |
471 | 471 | - name: Download artifact |
@@ -615,7 +615,7 @@ jobs: |
615 | 615 | run: | |
616 | 616 | echo ${{ env.CHANNELS }} |
617 | 617 | - name: Checkout dpctl repo |
618 | | - uses: actions/checkout@v4.1.7 |
| 618 | + uses: actions/checkout@v4.2.0 |
619 | 619 | with: |
620 | 620 | fetch-depth: 0 |
621 | 621 | - name: Cache array API tests |
@@ -759,7 +759,7 @@ jobs: |
759 | 759 | run: conda install anaconda-client -c conda-forge --override-channels |
760 | 760 |
|
761 | 761 | - name: Checkout repo |
762 | | - uses: actions/checkout@v4.1.7 |
| 762 | + uses: actions/checkout@v4.2.0 |
763 | 763 | with: |
764 | 764 | repository: IntelPython/devops-tools |
765 | 765 | fetch-depth: 0 |
|
0 commit comments