File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 124124 'cargo install.*--version (?<currentValue>\\S+).*\\s(?<depName>\\S+)' ,
125125 ] ,
126126 datasourceTemplate : 'crate' ,
127- } ,
128- {
129- customType : 'regex' ,
130- managerFilePatterns : [
131- '/^(workflow-templates|\\.github\\/workflows)\\/[^/]+\\.ya?ml$/' ,
132- ] ,
133- matchStrings : [
134- '^\\s+tool: (?<depName>[\\w-]+)@(?<currentValue>[^\\s]+)' ,
135- ] ,
136- datasourceTemplate : 'crate' ,
127+ versioningTemplate : 'semver' ,
137128 } ,
138129 {
139130 customType : 'regex' ,
Original file line number Diff line number Diff line change 2626 - name : Install | Taplo
2727 uses : taiki-e/install-action@67729d5c413db75907f0ad1e39bb04b9c868ff60 # v2.85.7
2828 with :
29- tool : taplo-cli@0.10.0
29+ tool : taplo-cli
3030 - name : Presets | Validate with schema
3131 run : taplo lint --schema "file://${GITHUB_WORKSPACE}/.github/config-schema.json" docs/public/presets/toml/*.toml
3232
Original file line number Diff line number Diff line change @@ -110,7 +110,7 @@ jobs:
110110 if : matrix.os == 'ubuntu-latest' && !matrix.use_zigbuild
111111 uses : taiki-e/install-action@67729d5c413db75907f0ad1e39bb04b9c868ff60 # v2.85.7
112112 with :
113- tool : cross@0.2.5
113+ tool : cross
114114
115115 - name : Setup | Install Zig [riscv64]
116116 if : matrix.use_zigbuild
Original file line number Diff line number Diff line change @@ -164,7 +164,7 @@ jobs:
164164 - name : Install cargo-llvm-cov
165165 uses : taiki-e/install-action@67729d5c413db75907f0ad1e39bb04b9c868ff60 # v2.85.7
166166 with :
167- tool : cargo-llvm-cov@0.8.5
167+ tool : cargo-llvm-cov
168168
169169 # For windows installer test
170170 # On stable rust & main repo pushes only
You can’t perform that action at this time.
0 commit comments