File tree Expand file tree Collapse file tree 5 files changed +7
-7
lines changed Expand file tree Collapse file tree 5 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 91
91
sudo apt-get install -y nvidia-cuda-toolkit clinfo
92
92
93
93
- name : Checkout repo
94
- uses : actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6
94
+ uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
95
95
with :
96
96
fetch-depth : 0
97
97
@@ -221,7 +221,7 @@ jobs:
221
221
runs-on : ubuntu-20.04
222
222
223
223
steps :
224
- - uses : actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6
224
+ - uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
225
225
with :
226
226
fetch-depth : 0
227
227
Original file line number Diff line number Diff line change 90
90
access_token : ${{ github.token }}
91
91
92
92
- name : Checkout DPNP repo
93
- uses : actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6
93
+ uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
94
94
with :
95
95
fetch-depth : 0
96
96
@@ -515,7 +515,7 @@ jobs:
515
515
run : mamba install anaconda-client
516
516
517
517
- name : Checkout repo
518
- uses : actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6
518
+ uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
519
519
with :
520
520
repository : IntelPython/devops-tools
521
521
fetch-depth : 0
Original file line number Diff line number Diff line change 32
32
access_token : ${{ github.token }}
33
33
34
34
- name : Checkout repo
35
- uses : actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6
35
+ uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
36
36
with :
37
37
fetch-depth : 0
38
38
Original file line number Diff line number Diff line change 33
33
34
34
steps :
35
35
- name : " Checkout code"
36
- uses : actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6
36
+ uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
37
37
with :
38
38
persist-credentials : false
39
39
Original file line number Diff line number Diff line change 26
26
pylint
27
27
28
28
- name : Checkout DPNP repo
29
- uses : actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6
29
+ uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
30
30
31
31
- name : Set up python
32
32
uses : actions/setup-python@82c7e631bb3cdc910f68e0081d67478d79c6982d # v5.1.0
You can’t perform that action at this time.
0 commit comments