5454 access_token : ${{ github.token }}
5555
5656 - name : Checkout DPNP repo
57- uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
57+ uses : actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3
5858 with :
5959 fetch-depth : 0
6060
@@ -145,7 +145,7 @@ jobs:
145145 swap-size-gb : 8
146146
147147 - name : Checkout DPNP repo
148- uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
148+ uses : actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3
149149 with :
150150 fetch-depth : ${{ env.fetch-depth }}
151151 path : ${{ env.dpnp-repo-path }}
@@ -296,7 +296,7 @@ jobs:
296296
297297 steps :
298298 - name : Checkout DPNP repo
299- uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
299+ uses : actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3
300300 with :
301301 fetch-depth : ${{ env.fetch-depth }}
302302 path : ${{ env.dpnp-repo-path }}
@@ -476,7 +476,7 @@ jobs:
476476
477477 steps :
478478 - name : Checkout DPNP repo
479- uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
479+ uses : actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3
480480 with :
481481 fetch-depth : ${{ env.fetch-depth }}
482482
@@ -560,7 +560,7 @@ jobs:
560560
561561 steps :
562562 - name : Checkout DPNP repo
563- uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
563+ uses : actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3
564564 with :
565565 fetch-depth : ${{ env.fetch-depth }}
566566 path : ${{ env.dpnp-repo-path }}
@@ -633,7 +633,7 @@ jobs:
633633 python -c "import dpnp; print(dpnp.__version__)"
634634
635635 - name : Clone array API tests repo
636- uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
636+ uses : actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3
637637 with :
638638 repository : ' data-apis/array-api-tests'
639639 path : ${{ env.array-api-tests-path }}
@@ -716,7 +716,7 @@ jobs:
716716
717717 steps :
718718 - name : Checkout DPNP repo
719- uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
719+ uses : actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3
720720 with :
721721 fetch-depth : ${{ env.fetch-depth }}
722722
@@ -742,7 +742,7 @@ jobs:
742742 activate-environment : ${{ env.cleanup-env-name }}
743743
744744 - name : Checkout repo
745- uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
745+ uses : actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3
746746 with :
747747 repository : IntelPython/devops-tools
748748 fetch-depth : ${{ env.fetch-depth }}
0 commit comments