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 86
86
sudo apt-get install -y nvidia-cuda-toolkit clinfo
87
87
88
88
- name : Checkout repo
89
- uses : actions/checkout@1d96c772d19495a3b5c517cd2bc0cb401ea0529f # v4.1.3
89
+ uses : actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4.1.4
90
90
with :
91
91
fetch-depth : 0
92
92
@@ -199,7 +199,7 @@ jobs:
199
199
runs-on : ubuntu-20.04
200
200
201
201
steps :
202
- - uses : actions/checkout@1d96c772d19495a3b5c517cd2bc0cb401ea0529f # v4.1.3
202
+ - uses : actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4.1.4
203
203
with :
204
204
fetch-depth : 0
205
205
Original file line number Diff line number Diff line change 82
82
access_token : ${{ github.token }}
83
83
84
84
- name : Checkout DPNP repo
85
- uses : actions/checkout@1d96c772d19495a3b5c517cd2bc0cb401ea0529f # v4.1.3
85
+ uses : actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4.1.4
86
86
with :
87
87
fetch-depth : 0
88
88
@@ -456,7 +456,7 @@ jobs:
456
456
run : conda install anaconda-client
457
457
458
458
- name : Checkout repo
459
- uses : actions/checkout@1d96c772d19495a3b5c517cd2bc0cb401ea0529f # v4.1.3
459
+ uses : actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4.1.4
460
460
with :
461
461
repository : IntelPython/devops-tools
462
462
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@1d96c772d19495a3b5c517cd2bc0cb401ea0529f # v4.1.3
35
+ uses : actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4.1.4
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@1d96c772d19495a3b5c517cd2bc0cb401ea0529f # v4.1.3
36
+ uses : actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4.1.4
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@1d96c772d19495a3b5c517cd2bc0cb401ea0529f # v4.1.3
29
+ uses : actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4.1.4
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