|
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
|
@@ -698,7 +698,7 @@ jobs:
|
698 | 698 | run: conda install anaconda-client
|
699 | 699 |
|
700 | 700 | - name: Checkout repo
|
701 |
| - uses: actions/checkout@v4 |
| 701 | + uses: actions/checkout@v4.1.1 |
702 | 702 | with:
|
703 | 703 | repository: IntelPython/devops-tools
|
704 | 704 | fetch-depth: 0
|
|
0 commit comments