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 }}
@@ -431,7 +431,7 @@ jobs:
431431
432432 steps :
433433 - name : Checkout DPNP repo
434- uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5 .0.0
434+ uses : actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6 .0.0
435435 with :
436436 fetch-depth : ${{ env.fetch-depth }}
437437
@@ -519,7 +519,7 @@ jobs:
519519
520520 steps :
521521 - name : Checkout DPNP repo
522- uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5 .0.0
522+ uses : actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6 .0.0
523523 with :
524524 fetch-depth : ${{ env.fetch-depth }}
525525 path : ${{ env.dpnp-repo-path }}
@@ -592,7 +592,7 @@ jobs:
592592 python -c "import dpnp; print(dpnp.__version__)"
593593
594594 - name : Clone array API tests repo
595- uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5 .0.0
595+ uses : actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6 .0.0
596596 with :
597597 repository : ' data-apis/array-api-tests'
598598 path : ${{ env.array-api-tests-path }}
@@ -675,7 +675,7 @@ jobs:
675675
676676 steps :
677677 - name : Checkout DPNP repo
678- uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5 .0.0
678+ uses : actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6 .0.0
679679 with :
680680 fetch-depth : ${{ env.fetch-depth }}
681681
@@ -701,7 +701,7 @@ jobs:
701701 activate-environment : ${{ env.cleanup-env-name }}
702702
703703 - name : Checkout repo
704- uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5 .0.0
704+ uses : actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6 .0.0
705705 with :
706706 repository : IntelPython/devops-tools
707707 fetch-depth : ${{ env.fetch-depth }}
0 commit comments