Compare commits

...

3 Commits

Author SHA1 Message Date
renovate[bot] cf225b8b44 build(deps): update taiki-e/install-action action to v2.82.0 (#7560)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2026-06-22 06:11:57 +00:00
renovate[bot] 9d0f87304e build(deps): update dprint plugins to v0.22.0 (#7559)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2026-06-22 06:08:01 +00:00
renovate[bot] 3e5f062fad build(deps): update rust-lang/crates-io-auth-action action to v1.0.5 2026-06-22 00:48:04 +00:00
4 changed files with 6 additions and 6 deletions
+1 -1
View File
@@ -26,7 +26,7 @@
], ],
"plugins": [ "plugins": [
"https://github.com/dprint/dprint-plugin-typescript/releases/download/0.96.1/plugin.wasm", "https://github.com/dprint/dprint-plugin-typescript/releases/download/0.96.1/plugin.wasm",
"https://github.com/dprint/dprint-plugin-json/releases/download/0.21.3/plugin.wasm", "https://github.com/dprint/dprint-plugin-json/releases/download/0.22.0/plugin.wasm",
"https://github.com/dprint/dprint-plugin-markdown/releases/download/0.22.1/plugin.wasm", "https://github.com/dprint/dprint-plugin-markdown/releases/download/0.22.1/plugin.wasm",
"https://github.com/dprint/dprint-plugin-toml/releases/download/0.7.0/plugin.wasm" "https://github.com/dprint/dprint-plugin-toml/releases/download/0.7.0/plugin.wasm"
] ]
+1 -1
View File
@@ -24,7 +24,7 @@ jobs:
- name: Setup | Checkout - name: Setup | Checkout
uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3 uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3
- name: Install | Taplo - name: Install | Taplo
uses: taiki-e/install-action@7a79fe8c3a13344501c80d99cae481c1c9085912 # v2.81.10 uses: taiki-e/install-action@b8cecb83565409bcc297b2df6e77f030b2a468d5 # v2.82.0
with: with:
tool: taplo-cli@0.10.0 tool: taplo-cli@0.10.0
- name: Presets | Validate with schema - name: Presets | Validate with schema
+3 -3
View File
@@ -108,7 +108,7 @@ jobs:
- name: Setup | Install cross [Linux] - name: Setup | Install cross [Linux]
if: matrix.os == 'ubuntu-latest' && !matrix.use_zigbuild if: matrix.os == 'ubuntu-latest' && !matrix.use_zigbuild
uses: taiki-e/install-action@7a79fe8c3a13344501c80d99cae481c1c9085912 # v2.81.10 uses: taiki-e/install-action@b8cecb83565409bcc297b2df6e77f030b2a468d5 # v2.82.0
with: with:
tool: cross@0.2.5 tool: cross@0.2.5
@@ -118,7 +118,7 @@ jobs:
- name: Setup | Install cargo-zigbuild [riscv64] - name: Setup | Install cargo-zigbuild [riscv64]
if: matrix.use_zigbuild if: matrix.use_zigbuild
uses: taiki-e/install-action@7a79fe8c3a13344501c80d99cae481c1c9085912 # v2.81.10 uses: taiki-e/install-action@b8cecb83565409bcc297b2df6e77f030b2a468d5 # v2.82.0
with: with:
tool: cargo-zigbuild tool: cargo-zigbuild
@@ -338,7 +338,7 @@ jobs:
run: rustup toolchain install stable --profile minimal --no-self-update run: rustup toolchain install stable --profile minimal --no-self-update
- name: Build | Authenticate - name: Build | Authenticate
uses: rust-lang/crates-io-auth-action@bbd81622f20ce9e2dd9622e3218b975523e45bbe # v1.0.4 uses: rust-lang/crates-io-auth-action@c6f97d42243bad5fab37ca0427f495c86d5b1a18 # v1.0.5
id: auth id: auth
- name: Build | Publish - name: Build | Publish
+1 -1
View File
@@ -162,7 +162,7 @@ jobs:
uses: Swatinem/rust-cache@e18b497796c12c097a38f9edb9d0641fb99eee32 # v2 uses: Swatinem/rust-cache@e18b497796c12c097a38f9edb9d0641fb99eee32 # v2
- name: Install cargo-llvm-cov - name: Install cargo-llvm-cov
uses: taiki-e/install-action@7a79fe8c3a13344501c80d99cae481c1c9085912 # v2.81.10 uses: taiki-e/install-action@b8cecb83565409bcc297b2df6e77f030b2a468d5 # v2.82.0
with: with:
tool: cargo-llvm-cov@0.8.5 tool: cargo-llvm-cov@0.8.5