|
22 | 22 | matrix:
|
23 | 23 | python: ['3.9', '3.10', '3.11']
|
24 | 24 | steps:
|
25 |
| - - uses: actions/checkout@v4 |
| 25 | + - uses: actions/checkout@v4.1.1 |
26 | 26 | with:
|
27 | 27 | fetch-depth: 0
|
28 | 28 |
|
|
79 | 79 | env:
|
80 | 80 | conda-bld: C:\Miniconda\conda-bld\win-64\
|
81 | 81 | steps:
|
82 |
| - - uses: actions/checkout@v4 |
| 82 | + - uses: actions/checkout@v4.1.1 |
83 | 83 | with:
|
84 | 84 | fetch-depth: 0
|
85 | 85 | - uses: conda-incubator/setup-miniconda@v3
|
@@ -411,7 +411,7 @@ jobs:
|
411 | 411 | # Needed to be able to run conda index
|
412 | 412 | run: conda install conda-build python=${{ matrix.python }}
|
413 | 413 | - name: Checkout dpctl repo
|
414 |
| - uses: actions/checkout@v4 |
| 414 | + uses: actions/checkout@v4.1.1 |
415 | 415 | with:
|
416 | 416 | fetch-depth: 0
|
417 | 417 | - name: Download artifact
|
@@ -554,7 +554,7 @@ jobs:
|
554 | 554 | CHANNELS: -c intel -c conda-forge --override-channels
|
555 | 555 | steps:
|
556 | 556 | - name: Checkout dpctl repo
|
557 |
| - uses: actions/checkout@v4 |
| 557 | + uses: actions/checkout@v4.1.1 |
558 | 558 | with:
|
559 | 559 | fetch-depth: 0
|
560 | 560 | - name: Cache array API tests
|
@@ -699,7 +699,7 @@ jobs:
|
699 | 699 | run: conda install anaconda-client
|
700 | 700 |
|
701 | 701 | - name: Checkout repo
|
702 |
| - uses: actions/checkout@v4 |
| 702 | + uses: actions/checkout@v4.1.1 |
703 | 703 | with:
|
704 | 704 | repository: IntelPython/devops-tools
|
705 | 705 | fetch-depth: 0
|
|
0 commit comments