File tree Expand file tree Collapse file tree 6 files changed +12
-7
lines changed Expand file tree Collapse file tree 6 files changed +12
-7
lines changed Original file line number Diff line number Diff line change 34
34
- " Ninja"
35
35
36
36
steps :
37
- - uses : actions/checkout@v4
37
+ - uses : actions/checkout@v5
38
38
with :
39
39
fetch-depth : 1
40
40
Original file line number Diff line number Diff line change 12
12
contents : read
13
13
steps :
14
14
- name : Check out code
15
- uses : actions/checkout@v4
15
+ uses : actions/checkout@v5
16
16
17
17
- name : Cleanup
18
18
run : |
Original file line number Diff line number Diff line change 7
7
- ' .gitignore'
8
8
- ' LICENSE'
9
9
- ' README*'
10
+ branches-ignore :
11
+ - ' dependabot/**'
12
+
10
13
pull_request :
11
14
paths-ignore :
12
15
- ' .clang*'
13
16
- ' .gitignore'
14
17
- ' LICENSE'
15
18
- ' README*'
16
-
19
+ branches-ignore :
20
+ - ' dependabot/**'
21
+
17
22
schedule :
18
23
- cron : ' 0 0 1 * *'
19
24
workflow_dispatch :
24
29
runs-on : ubuntu-latest
25
30
26
31
steps :
27
- - uses : actions/checkout@v4
32
+ - uses : actions/checkout@v5
28
33
with :
29
34
fetch-depth : 1
30
35
Original file line number Diff line number Diff line change 18
18
cpp-linter :
19
19
runs-on : ubuntu-latest
20
20
steps :
21
- - uses : actions/checkout@v4
21
+ - uses : actions/checkout@v5
22
22
with :
23
23
fetch-depth : 1
24
24
Original file line number Diff line number Diff line change 12
12
build :
13
13
runs-on : ubuntu-latest
14
14
steps :
15
- - uses : actions/checkout@v4
15
+ - uses : actions/checkout@v5
16
16
- name : Setup Node.js
17
17
uses : actions/setup-node@v4
18
18
# ISO Langusge Codes: https://cloud.google.com/translate/docs/languages
Original file line number Diff line number Diff line change 27
27
]
28
28
}
29
29
],
30
- "builtin-baseline" : " d8ad13c401b30c2836d00b8923c9127f05f591c7 "
30
+ "builtin-baseline" : " 897ba2ab4c4c776b985ab1f599548fcf3ae598ba "
31
31
}
You can’t perform that action at this time.
0 commit comments