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@44c2b7a8a4ea60a981eaca3cf939b5f4305c123b # v4.1.5
94
+ uses : actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6
95
95
with :
96
96
fetch-depth : 0
97
97
@@ -209,7 +209,7 @@ jobs:
209
209
runs-on : ubuntu-20.04
210
210
211
211
steps :
212
- - uses : actions/checkout@44c2b7a8a4ea60a981eaca3cf939b5f4305c123b # v4.1.5
212
+ - uses : actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6
213
213
with :
214
214
fetch-depth : 0
215
215
Original file line number Diff line number Diff line change 88
88
access_token : ${{ github.token }}
89
89
90
90
- name : Checkout DPNP repo
91
- uses : actions/checkout@44c2b7a8a4ea60a981eaca3cf939b5f4305c123b # v4.1.5
91
+ uses : actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6
92
92
with :
93
93
fetch-depth : 0
94
94
@@ -477,7 +477,7 @@ jobs:
477
477
run : conda install anaconda-client
478
478
479
479
- name : Checkout repo
480
- uses : actions/checkout@44c2b7a8a4ea60a981eaca3cf939b5f4305c123b # v4.1.5
480
+ uses : actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6
481
481
with :
482
482
repository : IntelPython/devops-tools
483
483
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@44c2b7a8a4ea60a981eaca3cf939b5f4305c123b # v4.1.5
35
+ uses : actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6
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@44c2b7a8a4ea60a981eaca3cf939b5f4305c123b # v4.1.5
36
+ uses : actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6
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@44c2b7a8a4ea60a981eaca3cf939b5f4305c123b # v4.1.5
29
+ uses : actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6
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