5454 access_token : ${{ github.token }}
5555
5656 - name : Checkout DPNP repo
57- uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5 .0.0
57+ uses : actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6 .0.0
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@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5 .0.0
148+ uses : actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6 .0.0
149149 with :
150150 fetch-depth : ${{ env.fetch-depth }}
151151 path : ${{ env.dpnp-repo-path }}
@@ -274,7 +274,7 @@ jobs:
274274
275275 steps :
276276 - name : Checkout DPNP repo
277- uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5 .0.0
277+ uses : actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6 .0.0
278278 with :
279279 fetch-depth : ${{ env.fetch-depth }}
280280 path : ${{ env.dpnp-repo-path }}
@@ -434,7 +434,7 @@ jobs:
434434
435435 steps :
436436 - name : Checkout DPNP repo
437- uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5 .0.0
437+ uses : actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6 .0.0
438438 with :
439439 fetch-depth : ${{ env.fetch-depth }}
440440
@@ -522,7 +522,7 @@ jobs:
522522
523523 steps :
524524 - name : Checkout DPNP repo
525- uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5 .0.0
525+ uses : actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6 .0.0
526526 with :
527527 fetch-depth : ${{ env.fetch-depth }}
528528 path : ${{ env.dpnp-repo-path }}
@@ -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@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5 .0.0
598+ uses : actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6 .0.0
599599 with :
600600 repository : ' data-apis/array-api-tests'
601601 path : ${{ env.array-api-tests-path }}
@@ -678,7 +678,7 @@ jobs:
678678
679679 steps :
680680 - name : Checkout DPNP repo
681- uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5 .0.0
681+ uses : actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6 .0.0
682682 with :
683683 fetch-depth : ${{ env.fetch-depth }}
684684
@@ -704,7 +704,7 @@ jobs:
704704 activate-environment : ${{ env.cleanup-env-name }}
705705
706706 - name : Checkout repo
707- uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5 .0.0
707+ uses : actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6 .0.0
708708 with :
709709 repository : IntelPython/devops-tools
710710 fetch-depth : ${{ env.fetch-depth }}
0 commit comments