54
54
access_token : ${{ github.token }}
55
55
56
56
- name : Checkout DPNP repo
57
- uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
57
+ uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
58
58
with :
59
59
fetch-depth : 0
60
60
@@ -140,7 +140,7 @@ jobs:
140
140
141
141
steps :
142
142
- name : Checkout DPNP repo
143
- uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
143
+ uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
144
144
with :
145
145
fetch-depth : ${{ env.fetch-depth }}
146
146
path : ${{ env.dpnp-repo-path }}
@@ -268,7 +268,7 @@ jobs:
268
268
269
269
steps :
270
270
- name : Checkout DPNP repo
271
- uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
271
+ uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
272
272
with :
273
273
fetch-depth : ${{ env.fetch-depth }}
274
274
path : ${{ env.dpnp-repo-path }}
@@ -425,7 +425,7 @@ jobs:
425
425
426
426
steps :
427
427
- name : Checkout DPNP repo
428
- uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
428
+ uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
429
429
with :
430
430
fetch-depth : ${{ env.fetch-depth }}
431
431
@@ -513,7 +513,7 @@ jobs:
513
513
514
514
steps :
515
515
- name : Checkout DPNP repo
516
- uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
516
+ uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
517
517
with :
518
518
fetch-depth : ${{ env.fetch-depth }}
519
519
path : ${{ env.dpnp-repo-path }}
@@ -585,7 +585,7 @@ jobs:
585
585
python -c "import dpnp; print(dpnp.__version__)"
586
586
587
587
- name : Clone array API tests repo
588
- uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
588
+ uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
589
589
with :
590
590
repository : ' data-apis/array-api-tests'
591
591
path : ${{ env.array-api-tests-path }}
@@ -666,7 +666,7 @@ jobs:
666
666
667
667
steps :
668
668
- name : Checkout DPNP repo
669
- uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
669
+ uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
670
670
with :
671
671
fetch-depth : ${{ env.fetch-depth }}
672
672
@@ -692,7 +692,7 @@ jobs:
692
692
activate-environment : ${{ env.cleanup-env-name }}
693
693
694
694
- name : Checkout repo
695
- uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
695
+ uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
696
696
with :
697
697
repository : IntelPython/devops-tools
698
698
fetch-depth : ${{ env.fetch-depth }}
0 commit comments