File tree Expand file tree Collapse file tree 7 files changed +11
-11
lines changed Expand file tree Collapse file tree 7 files changed +11
-11
lines changed Original file line number Diff line number Diff line change 3131 with :
3232 access_token : ${{ github.token }}
3333
34- - uses : actions/checkout@v5 .0.0
34+ - uses : actions/checkout@v6 .0.0
3535 with :
3636 fetch-depth : 0
3737
9292 with :
9393 access_token : ${{ github.token }}
9494
95- - uses : actions/checkout@v5 .0.0
95+ - uses : actions/checkout@v6 .0.0
9696 with :
9797 fetch-depth : 0
9898
@@ -532,7 +532,7 @@ jobs:
532532 conda update -n base --all
533533 conda install conda-index -c conda-forge --override-channels
534534 - name : Checkout dpctl repo
535- uses : actions/checkout@v5 .0.0
535+ uses : actions/checkout@v6 .0.0
536536 with :
537537 fetch-depth : 0
538538 - name : Download artifact
@@ -687,7 +687,7 @@ jobs:
687687 run : |
688688 echo ${{ env.CHANNELS }}
689689 - name : Checkout dpctl repo
690- uses : actions/checkout@v5 .0.0
690+ uses : actions/checkout@v6 .0.0
691691 with :
692692 fetch-depth : 0
693693 - name : Cache array API tests
@@ -835,7 +835,7 @@ jobs:
835835 run : conda install anaconda-client -c conda-forge --override-channels
836836
837837 - name : Checkout repo
838- uses : actions/checkout@v5 .0.0
838+ uses : actions/checkout@v6 .0.0
839839 with :
840840 repository : IntelPython/devops-tools
841841 fetch-depth : 0
Original file line number Diff line number Diff line change 8080 make && make install
8181
8282 - name : Checkout repo
83- uses : actions/checkout@v5 .0.0
83+ uses : actions/checkout@v6 .0.0
8484 with :
8585 fetch-depth : 0
8686
Original file line number Diff line number Diff line change 6363 sphinxcontrib-jsmath sphinx-copybutton sphinxcontrib-spelling \
6464 versioneer[toml]==0.29
6565 - name : Checkout repo
66- uses : actions/checkout@v5 .0.0
66+ uses : actions/checkout@v6 .0.0
6767 with :
6868 fetch-depth : 0
6969 persist-credentials : false
Original file line number Diff line number Diff line change 3434
3535 steps :
3636 - name : " Checkout code"
37- uses : actions/checkout@ff7abcd0c3c05ccf6adc123a8cd1fd4fb30fb493 # v5.0.0
37+ uses : actions/checkout@c2d88d3ecc89a9ef08eebf45d9637801dcee7eb5 # v5.0.0
3838 with :
3939 persist-credentials : false
4040
Original file line number Diff line number Diff line change @@ -110,7 +110,7 @@ jobs:
110110 pip install numpy cython setuptools"<80" pytest scikit-build cmake ninja versioneer[toml]==0.29
111111
112112 - name : Checkout repo
113- uses : actions/checkout@v5 .0.0
113+ uses : actions/checkout@v6 .0.0
114114 with :
115115 fetch-depth : 0
116116
Original file line number Diff line number Diff line change 1919
2020 steps :
2121 - name : Checkout DPNP repo
22- uses : actions/checkout@ff7abcd0c3c05ccf6adc123a8cd1fd4fb30fb493 # v4.2.2
22+ uses : actions/checkout@c2d88d3ecc89a9ef08eebf45d9637801dcee7eb5 # v4.2.2
2323
2424 - name : Set up python
2525 uses : actions/setup-python@18566f86b301499665bd3eb1a2247e0849c64fa5 # v5.6.0
Original file line number Diff line number Diff line change 1212 runs-on : ubuntu-24.04
1313 timeout-minutes : 30
1414 steps :
15- - uses : actions/checkout@v5 .0.0
15+ - uses : actions/checkout@v6 .0.0
16161717 with :
1818 python-version : ' 3.12'
You can’t perform that action at this time.
0 commit comments