Skip to content

Commit 12cd14d

Browse files
authored
ci: stop pinning taiki-e/install-action tool versions (#7663)
1 parent 6bf659e commit 12cd14d

4 files changed

Lines changed: 4 additions & 13 deletions

File tree

.github/renovate.json5

Lines changed: 1 addition & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -124,16 +124,7 @@
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',

.github/workflows/format-workflow.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
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

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

.github/workflows/workflow.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)