@@ -54,14 +54,14 @@ jobs:
5454 access_token : ${{ github.token }}
5555
5656 - name : Checkout DPNP repo
57- uses : actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
57+ uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
5858 with :
5959 fetch-depth : 0
6060
6161 - name : Setup miniconda
6262 id : setup_miniconda
6363 continue-on-error : true
64- uses : conda-incubator/setup-miniconda@835234971496cad1653abb28a638a281cf32541f # v3.2 .0
64+ uses : conda-incubator/setup-miniconda@fc2d68f6413eb2d87b895e92f8584b5b94a10167 # v3.3 .0
6565 with :
6666 miniforge-version : latest
6767 use-mamba : ' true'
7171
7272 - name : ReSetup miniconda
7373 if : steps.setup_miniconda.outcome == 'failure'
74- uses : conda-incubator/setup-miniconda@835234971496cad1653abb28a638a281cf32541f # v3.2 .0
74+ uses : conda-incubator/setup-miniconda@fc2d68f6413eb2d87b895e92f8584b5b94a10167 # v3.3 .0
7575 with :
7676 miniforge-version : latest
7777 use-mamba : ' true'
@@ -145,7 +145,7 @@ jobs:
145145 swap-size-gb : 8
146146
147147 - name : Checkout DPNP repo
148- uses : actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
148+ uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
149149 with :
150150 fetch-depth : ${{ env.fetch-depth }}
151151 path : ${{ env.dpnp-repo-path }}
@@ -159,7 +159,7 @@ jobs:
159159 - name : Setup miniconda
160160 id : setup_miniconda
161161 continue-on-error : true
162- uses : conda-incubator/setup-miniconda@835234971496cad1653abb28a638a281cf32541f # v3.2 .0
162+ uses : conda-incubator/setup-miniconda@fc2d68f6413eb2d87b895e92f8584b5b94a10167 # v3.3 .0
163163 with :
164164 miniforge-version : latest
165165 use-mamba : ' true'
@@ -169,7 +169,7 @@ jobs:
169169
170170 - name : ReSetup miniconda
171171 if : steps.setup_miniconda.outcome == 'failure'
172- uses : conda-incubator/setup-miniconda@835234971496cad1653abb28a638a281cf32541f # v3.2 .0
172+ uses : conda-incubator/setup-miniconda@fc2d68f6413eb2d87b895e92f8584b5b94a10167 # v3.3 .0
173173 with :
174174 miniforge-version : latest
175175 use-mamba : ' true'
@@ -274,7 +274,7 @@ jobs:
274274
275275 steps :
276276 - name : Checkout DPNP repo
277- uses : actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
277+ uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
278278 with :
279279 fetch-depth : ${{ env.fetch-depth }}
280280 path : ${{ env.dpnp-repo-path }}
@@ -299,7 +299,7 @@ jobs:
299299 - name : Setup miniconda
300300 id : setup_miniconda
301301 continue-on-error : true
302- uses : conda-incubator/setup-miniconda@835234971496cad1653abb28a638a281cf32541f # v3.2 .0
302+ uses : conda-incubator/setup-miniconda@fc2d68f6413eb2d87b895e92f8584b5b94a10167 # v3.3 .0
303303 with :
304304 miniforge-version : latest
305305 use-mamba : ' true'
@@ -309,7 +309,7 @@ jobs:
309309
310310 - name : ReSetup miniconda
311311 if : steps.setup_miniconda.outcome == 'failure'
312- uses : conda-incubator/setup-miniconda@835234971496cad1653abb28a638a281cf32541f # v3.2 .0
312+ uses : conda-incubator/setup-miniconda@fc2d68f6413eb2d87b895e92f8584b5b94a10167 # v3.3 .0
313313 with :
314314 miniforge-version : latest
315315 use-mamba : ' true'
@@ -434,7 +434,7 @@ jobs:
434434
435435 steps :
436436 - name : Checkout DPNP repo
437- uses : actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
437+ uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
438438 with :
439439 fetch-depth : ${{ env.fetch-depth }}
440440
@@ -451,7 +451,7 @@ jobs:
451451 - name : Setup miniconda
452452 id : setup_miniconda
453453 continue-on-error : true
454- uses : conda-incubator/setup-miniconda@835234971496cad1653abb28a638a281cf32541f # v3.2 .0
454+ uses : conda-incubator/setup-miniconda@fc2d68f6413eb2d87b895e92f8584b5b94a10167 # v3.3 .0
455455 with :
456456 miniforge-version : latest
457457 use-mamba : ' true'
@@ -461,7 +461,7 @@ jobs:
461461
462462 - name : ReSetup miniconda
463463 if : steps.setup_miniconda.outcome == 'failure'
464- uses : conda-incubator/setup-miniconda@835234971496cad1653abb28a638a281cf32541f # v3.2 .0
464+ uses : conda-incubator/setup-miniconda@fc2d68f6413eb2d87b895e92f8584b5b94a10167 # v3.3 .0
465465 with :
466466 miniforge-version : latest
467467 use-mamba : ' true'
@@ -522,7 +522,7 @@ jobs:
522522
523523 steps :
524524 - name : Checkout DPNP repo
525- uses : actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
525+ uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
526526 with :
527527 fetch-depth : ${{ env.fetch-depth }}
528528 path : ${{ env.dpnp-repo-path }}
@@ -536,7 +536,7 @@ jobs:
536536 - name : Setup miniconda
537537 id : setup_miniconda
538538 continue-on-error : true
539- uses : conda-incubator/setup-miniconda@835234971496cad1653abb28a638a281cf32541f # v3.2 .0
539+ uses : conda-incubator/setup-miniconda@fc2d68f6413eb2d87b895e92f8584b5b94a10167 # v3.3 .0
540540 with :
541541 miniforge-version : latest
542542 use-mamba : ' true'
@@ -546,7 +546,7 @@ jobs:
546546
547547 - name : ReSetup miniconda
548548 if : steps.setup_miniconda.outcome == 'failure'
549- uses : conda-incubator/setup-miniconda@835234971496cad1653abb28a638a281cf32541f # v3.2 .0
549+ uses : conda-incubator/setup-miniconda@fc2d68f6413eb2d87b895e92f8584b5b94a10167 # v3.3 .0
550550 with :
551551 miniforge-version : latest
552552 use-mamba : ' true'
@@ -595,7 +595,7 @@ jobs:
595595 python -c "import dpnp; print(dpnp.__version__)"
596596
597597 - name : Clone array API tests repo
598- uses : actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
598+ uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
599599 with :
600600 repository : ' data-apis/array-api-tests'
601601 path : ${{ env.array-api-tests-path }}
@@ -678,14 +678,14 @@ jobs:
678678
679679 steps :
680680 - name : Checkout DPNP repo
681- uses : actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
681+ uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
682682 with :
683683 fetch-depth : ${{ env.fetch-depth }}
684684
685685 - name : Setup miniconda
686686 id : setup_miniconda
687687 continue-on-error : true
688- uses : conda-incubator/setup-miniconda@835234971496cad1653abb28a638a281cf32541f # v3.2 .0
688+ uses : conda-incubator/setup-miniconda@fc2d68f6413eb2d87b895e92f8584b5b94a10167 # v3.3 .0
689689 with :
690690 miniforge-version : latest
691691 use-mamba : ' true'
@@ -695,7 +695,7 @@ jobs:
695695
696696 - name : ReSetup miniconda
697697 if : steps.setup_miniconda.outcome == 'failure'
698- uses : conda-incubator/setup-miniconda@835234971496cad1653abb28a638a281cf32541f # v3.2 .0
698+ uses : conda-incubator/setup-miniconda@fc2d68f6413eb2d87b895e92f8584b5b94a10167 # v3.3 .0
699699 with :
700700 miniforge-version : latest
701701 use-mamba : ' true'
@@ -704,7 +704,7 @@ jobs:
704704 activate-environment : ${{ env.cleanup-env-name }}
705705
706706 - name : Checkout repo
707- uses : actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
707+ uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
708708 with :
709709 repository : IntelPython/devops-tools
710710 fetch-depth : ${{ env.fetch-depth }}
0 commit comments