5454 access_token : ${{ github.token }}
5555
5656 - name : Checkout DPNP repo
57- uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
57+ uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
5858 with :
5959 fetch-depth : 0
6060
@@ -140,7 +140,7 @@ jobs:
140140
141141 steps :
142142 - name : Checkout DPNP repo
143- uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
143+ uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
144144 with :
145145 fetch-depth : ${{ env.fetch-depth }}
146146 path : ${{ env.dpnp-repo-path }}
@@ -268,7 +268,7 @@ jobs:
268268
269269 steps :
270270 - name : Checkout DPNP repo
271- uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
271+ uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
272272 with :
273273 fetch-depth : ${{ env.fetch-depth }}
274274 path : ${{ env.dpnp-repo-path }}
@@ -425,7 +425,7 @@ jobs:
425425
426426 steps :
427427 - name : Checkout DPNP repo
428- uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
428+ uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
429429 with :
430430 fetch-depth : ${{ env.fetch-depth }}
431431
@@ -513,7 +513,7 @@ jobs:
513513
514514 steps :
515515 - name : Checkout DPNP repo
516- uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
516+ uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
517517 with :
518518 fetch-depth : ${{ env.fetch-depth }}
519519 path : ${{ env.dpnp-repo-path }}
@@ -585,7 +585,7 @@ jobs:
585585 python -c "import dpnp; print(dpnp.__version__)"
586586
587587 - name : Clone array API tests repo
588- uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
588+ uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
589589 with :
590590 repository : ' data-apis/array-api-tests'
591591 path : ${{ env.array-api-tests-path }}
@@ -666,7 +666,7 @@ jobs:
666666
667667 steps :
668668 - name : Checkout DPNP repo
669- uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
669+ uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
670670 with :
671671 fetch-depth : ${{ env.fetch-depth }}
672672
@@ -692,7 +692,7 @@ jobs:
692692 activate-environment : ${{ env.cleanup-env-name }}
693693
694694 - name : Checkout repo
695- uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
695+ uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
696696 with :
697697 repository : IntelPython/devops-tools
698698 fetch-depth : ${{ env.fetch-depth }}
0 commit comments