|
25 | 25 | matrix: |
26 | 26 | python: ['3.9', '3.10', '3.11', '3.12'] |
27 | 27 | steps: |
28 | | - - uses: actions/checkout@v4.2.0 |
| 28 | + - uses: actions/checkout@v4.2.1 |
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.2.0 |
| 84 | + - uses: actions/checkout@v4.2.1 |
85 | 85 | with: |
86 | 86 | fetch-depth: 0 |
87 | 87 |
|
@@ -501,7 +501,7 @@ jobs: |
501 | 501 | # Needed to be able to run conda index |
502 | 502 | run: conda install conda-index -c conda-forge --override-channels |
503 | 503 | - name: Checkout dpctl repo |
504 | | - uses: actions/checkout@v4.2.0 |
| 504 | + uses: actions/checkout@v4.2.1 |
505 | 505 | with: |
506 | 506 | fetch-depth: 0 |
507 | 507 | - name: Download artifact |
@@ -651,7 +651,7 @@ jobs: |
651 | 651 | run: | |
652 | 652 | echo ${{ env.CHANNELS }} |
653 | 653 | - name: Checkout dpctl repo |
654 | | - uses: actions/checkout@v4.2.0 |
| 654 | + uses: actions/checkout@v4.2.1 |
655 | 655 | with: |
656 | 656 | fetch-depth: 0 |
657 | 657 | - name: Cache array API tests |
@@ -795,7 +795,7 @@ jobs: |
795 | 795 | run: conda install anaconda-client -c conda-forge --override-channels |
796 | 796 |
|
797 | 797 | - name: Checkout repo |
798 | | - uses: actions/checkout@v4.2.0 |
| 798 | + uses: actions/checkout@v4.2.1 |
799 | 799 | with: |
800 | 800 | repository: IntelPython/devops-tools |
801 | 801 | fetch-depth: 0 |
|
0 commit comments