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@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
89
+ uses : actions/checkout@9bb56186c3b09b4f86b1c65136769dd318469633 # v4.1.2
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@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
202
+ - uses : actions/checkout@9bb56186c3b09b4f86b1c65136769dd318469633 # v4.1.2
203
203
with :
204
204
fetch-depth : 0
205
205
Original file line number Diff line number Diff line change 81
81
access_token : ${{ github.token }}
82
82
83
83
- name : Checkout DPNP repo
84
- uses : actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
84
+ uses : actions/checkout@9bb56186c3b09b4f86b1c65136769dd318469633 # v4.1.2
85
85
with :
86
86
fetch-depth : 0
87
87
@@ -430,7 +430,7 @@ jobs:
430
430
run : conda install anaconda-client
431
431
432
432
- name : Checkout repo
433
- uses : actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
433
+ uses : actions/checkout@9bb56186c3b09b4f86b1c65136769dd318469633 # v4.1.2
434
434
with :
435
435
repository : IntelPython/devops-tools
436
436
fetch-depth : 0
Original file line number Diff line number Diff line change 30
30
access_token : ${{ github.token }}
31
31
32
32
- name : Checkout repo
33
- uses : actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
33
+ uses : actions/checkout@9bb56186c3b09b4f86b1c65136769dd318469633 # v4.1.2
34
34
with :
35
35
fetch-depth : 0
36
36
Original file line number Diff line number Diff line change 33
33
34
34
steps :
35
35
- name : " Checkout code"
36
- uses : actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
36
+ uses : actions/checkout@9bb56186c3b09b4f86b1c65136769dd318469633 # v4.1.2
37
37
with :
38
38
persist-credentials : false
39
39
Original file line number Diff line number Diff line change 25
25
pylint
26
26
27
27
- name : Checkout DPNP repo
28
- uses : actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
28
+ uses : actions/checkout@9bb56186c3b09b4f86b1c65136769dd318469633 # v4.1.2
29
29
30
30
- name : Set up python
31
31
uses : actions/setup-python@0a5c61591373683505ea898e09a3ea4f39ef2b9c # v5.0.0
You can’t perform that action at this time.
0 commit comments