|
23 | 23 | matrix: |
24 | 24 | python: ['3.9', '3.10', '3.11'] |
25 | 25 | steps: |
26 | | - - uses: actions/checkout@v4.1.3 |
| 26 | + - uses: actions/checkout@v4.1.5 |
27 | 27 | with: |
28 | 28 | fetch-depth: 0 |
29 | 29 |
|
|
80 | 80 | env: |
81 | 81 | conda-bld: C:\Miniconda\conda-bld\win-64\ |
82 | 82 | steps: |
83 | | - - uses: actions/checkout@v4.1.3 |
| 83 | + - uses: actions/checkout@v4.1.5 |
84 | 84 | with: |
85 | 85 | fetch-depth: 0 |
86 | 86 | - uses: conda-incubator/setup-miniconda@v3 |
@@ -429,7 +429,7 @@ jobs: |
429 | 429 | # Needed to be able to run conda index |
430 | 430 | run: conda install conda-build python=${{ matrix.python }} |
431 | 431 | - name: Checkout dpctl repo |
432 | | - uses: actions/checkout@v4.1.3 |
| 432 | + uses: actions/checkout@v4.1.5 |
433 | 433 | with: |
434 | 434 | fetch-depth: 0 |
435 | 435 | - name: Download artifact |
@@ -572,7 +572,7 @@ jobs: |
572 | 572 | CHANNELS: -c intel -c conda-forge --override-channels |
573 | 573 | steps: |
574 | 574 | - name: Checkout dpctl repo |
575 | | - uses: actions/checkout@v4.1.3 |
| 575 | + uses: actions/checkout@v4.1.5 |
576 | 576 | with: |
577 | 577 | fetch-depth: 0 |
578 | 578 | - name: Cache array API tests |
@@ -715,7 +715,7 @@ jobs: |
715 | 715 | run: conda install anaconda-client |
716 | 716 |
|
717 | 717 | - name: Checkout repo |
718 | | - uses: actions/checkout@v4.1.3 |
| 718 | + uses: actions/checkout@v4.1.5 |
719 | 719 | with: |
720 | 720 | repository: IntelPython/devops-tools |
721 | 721 | fetch-depth: 0 |
|
0 commit comments