File tree 5 files changed +6
-12
lines changed
5 files changed +6
-12
lines changed Original file line number Diff line number Diff line change 89
89
# check-version needs tags
90
90
fetch-depth : 0 # fetch everything
91
91
- run : sudo -E bash scripts/environment/bootstrap-ubuntu-20.04.sh
92
+ - uses : ruby/setup-ruby@v1
92
93
- run : bash scripts/environment/prepare.sh
93
94
- uses : actions/cache@v3
94
95
name : Cache Cargo registry + index
@@ -129,11 +130,7 @@ jobs:
129
130
run : make check-markdown
130
131
- name : Check Component Docs
131
132
if : needs.changes.outputs.source == 'true' || needs.changes.outputs.component_docs == 'true'
132
- uses : nick-fields/retry@v2
133
- with :
134
- max_attempts : 10
135
- timeout_seconds : 900
136
- command : make check-component-docs
133
+ run : make check-component-docs
137
134
- name : Check Rust Docs
138
135
if : needs.changes.outputs.source == 'true'
139
136
run : cd rust-doc && make docs
Original file line number Diff line number Diff line change
1
+ 3.1.4
Original file line number Diff line number Diff line change 1
- ruby '~> 2.7 .0'
1
+ ruby '~> 3.1 .0'
2
2
3
3
# !!!
4
4
# Please try not to add more dependencies here.
Original file line number Diff line number Diff line change @@ -30,7 +30,7 @@ DEPENDENCIES
30
30
toml-rb (~> 2.0 )
31
31
32
32
RUBY VERSION
33
- ruby 2.7.1p83
33
+ ruby 3.1.4p223
34
34
35
35
BUNDLED WITH
36
- 2.1.4
36
+ 2.4.14
Original file line number Diff line number Diff line change @@ -21,10 +21,6 @@ if ! rust-license-tool --help >& /dev/null ; then
21
21
cargo install --git https://github.com/DataDog/rust-license-tool
22
22
fi
23
23
24
- cd scripts
25
- bundle install
26
- cd ..
27
-
28
24
# Currently fixing this to version 0.30 since version 0.31 has introduced
29
25
# a change that means it only works with versions of node > 10.
30
26
# https://github.com/igorshubovych/markdownlint-cli/issues/258
You can’t perform that action at this time.
0 commit comments