File tree 6 files changed +8
-10
lines changed
6 files changed +8
-10
lines changed Original file line number Diff line number Diff line change 15
15
runs-on : ubuntu-22.04
16
16
steps :
17
17
- name : Check out repository
18
- uses : actions/checkout@v3
18
+ uses : actions/checkout@v4
19
19
20
20
- name : Download analysis results
21
21
run : |
40
40
41
41
- name : Check out PR head
42
42
if : ${{ steps.check-fixes-yaml-existence.outputs.exists == 'true' }}
43
- uses : actions/checkout@v3
43
+ uses : actions/checkout@v4
44
44
with :
45
45
repository : ${{ steps.set-variables.outputs.pr-head-repo }}
46
46
ref : ${{ steps.set-variables.outputs.pr-head-ref }}
Original file line number Diff line number Diff line change 17
17
runs-on : ubuntu-22.04
18
18
steps :
19
19
- name : Check out repository
20
- uses : actions/checkout@v3
20
+ uses : actions/checkout@v4
21
21
22
22
- name : Download analysis results
23
23
run : |
41
41
42
42
- name : Check out PR head
43
43
if : ${{ steps.check-fixes-yaml-existence.outputs.exists == 'true' }}
44
- uses : actions/checkout@v3
44
+ uses : actions/checkout@v4
45
45
with :
46
46
repository : ${{ steps.set-variables.outputs.pr-head-repo }}
47
47
ref : ${{ steps.set-variables.outputs.pr-head-ref }}
Original file line number Diff line number Diff line change 14
14
runs-on : ubuntu-22.04
15
15
steps :
16
16
- name : Check out repository
17
- uses : actions/checkout@v3
17
+ uses : actions/checkout@v4
18
18
with :
19
19
fetch-depth : 0
20
20
Original file line number Diff line number Diff line change 34
34
runs-on : ubuntu-22.04
35
35
steps :
36
36
- name : Check out repository
37
- uses : actions/checkout@v3
37
+ uses : actions/checkout@v4
38
38
with :
39
39
fetch-depth : 0
40
40
ref : ${{ github.event.pull_request.head.sha }}
Original file line number Diff line number Diff line change 74
74
args : [--line-length=100]
75
75
76
76
- repo : https://github.com/pre-commit/mirrors-clang-format
77
- rev : v19.1.5
77
+ rev : v19.1.6
78
78
hooks :
79
79
- id : clang-format
80
80
types_or : [c++, c, cuda]
Original file line number Diff line number Diff line change @@ -63,9 +63,7 @@ plugins:
63
63
module_name : mkdocs_macros
64
64
- mkdocs-video
65
65
- same-dir
66
- # https://squidfunk.github.io/mkdocs-material/plugins/search/#config.separator
67
- - search :
68
- separator : ' [\s\-_,:!=\[\]()"/]+|(?!\b)(?=[A-Z][a-z])|\.(?!\d)|&[lg]t;'
66
+ - search
69
67
70
68
markdown_extensions :
71
69
- abbr
You can’t perform that action at this time.
0 commit comments