File tree Expand file tree Collapse file tree 6 files changed +19
-14
lines changed
Expand file tree Collapse file tree 6 files changed +19
-14
lines changed Original file line number Diff line number Diff line change 3434 - " Ninja"
3535
3636 steps :
37- - uses : actions/checkout@v4
37+ - uses : actions/checkout@v5
3838 with :
3939 fetch-depth : 1
4040
Original file line number Diff line number Diff line change 1212 contents : read
1313 steps :
1414 - name : Check out code
15- uses : actions/checkout@v4
15+ uses : actions/checkout@v5
1616
1717 - name : Cleanup
1818 run : |
Original file line number Diff line number Diff line change 77 - ' .gitignore'
88 - ' LICENSE'
99 - ' README*'
10+ branches-ignore :
11+ - ' dependabot/**'
12+
1013 pull_request :
1114 paths-ignore :
1215 - ' .clang*'
1316 - ' .gitignore'
1417 - ' LICENSE'
1518 - ' README*'
16-
19+ branches-ignore :
20+ - ' dependabot/**'
21+
1722 schedule :
1823 - cron : ' 0 0 1 * *'
1924 workflow_dispatch :
2429 runs-on : ubuntu-latest
2530
2631 steps :
27- - uses : actions/checkout@v4
32+ - uses : actions/checkout@v5
2833 with :
2934 fetch-depth : 1
3035
Original file line number Diff line number Diff line change 1818 cpp-linter :
1919 runs-on : ubuntu-latest
2020 steps :
21- - uses : actions/checkout@v4
21+ - uses : actions/checkout@v5
2222 with :
2323 fetch-depth : 1
2424
Original file line number Diff line number Diff line change 1212 build :
1313 runs-on : ubuntu-latest
1414 steps :
15- - uses : actions/checkout@v4
15+ - uses : actions/checkout@v5
1616 - name : Setup Node.js
1717 uses : actions/setup-node@v4
1818 # ISO Langusge Codes: https://cloud.google.com/translate/docs/languages
Original file line number Diff line number Diff line change 1010 " efsw" ,
1111 " glog" ,
1212 " gtest" ,
13- {
14- "name" : " openssl" ,
15- "features" : [
16- " tools"
17- ]
18- },
1913 {
2014 "name" : " curl" ,
2115 "features" : [
2519 " http2" ,
2620 " tool"
2721 ]
22+ },
23+ {
24+ "name" : " openssl" ,
25+ "features" : [
26+ " tools"
27+ ]
2828 }
2929 ],
30- "builtin-baseline" : " d8ad13c401b30c2836d00b8923c9127f05f591c7 "
31- }
30+ "builtin-baseline" : " 897ba2ab4c4c776b985ab1f599548fcf3ae598ba "
31+ }
You can’t perform that action at this time.
0 commit comments