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@v6.0.1
34+ - uses : actions/checkout@v6.0.2
3535 with :
3636 fetch-depth : 0
3737
9292 with :
9393 access_token : ${{ github.token }}
9494
95- - uses : actions/checkout@v6.0.1
95+ - uses : actions/checkout@v6.0.2
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@v6.0.1
535+ uses : actions/checkout@v6.0.2
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@v6.0.1
690+ uses : actions/checkout@v6.0.2
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@v6.0.1
838+ uses : actions/checkout@v6.0.2
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@v6.0.1
83+ uses : actions/checkout@v6.0.2
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@v6.0.1
66+ uses : actions/checkout@v6.0.2
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@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v5.0.0
37+ uses : actions/checkout@0c366fd6a839edf440554fa01a7085ccba70ac98 # 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@v6.0.1
113+ uses : actions/checkout@v6.0.2
114114 with :
115115 fetch-depth : 0
116116
Original file line number Diff line number Diff line change 2626
2727 steps :
2828 - name : Checkout DPNP repo
29- uses : actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v4.2.2
29+ uses : actions/checkout@0c366fd6a839edf440554fa01a7085ccba70ac98 # v4.2.2
3030
3131 - name : Set up python
3232 uses : actions/setup-python@83679a892e2d95755f2dac6acb0bfd1e9ac5d548 # 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@v6.0.1
15+ - uses : actions/checkout@v6.0.2
1616 - uses : actions/setup-python@v6.1.0
1717 with :
1818 python-version : ' 3.12'
You can’t perform that action at this time.
0 commit comments