summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorrenovate[bot] <29139614+renovate[bot]@users.noreply.github.com>2024-02-01 14:07:00 +0000
committerGitHub <noreply@github.com>2024-02-01 14:07:00 +0000
commit497f243c105758823a6a5c774685e7a8a7ae3aa2 (patch)
tree415aef07e9f3c70ebe90129d50220e651a35f1c5
parent92c19ce5551712f8533569169fa8aed693c2a529 (diff)
build(deps): update dependency taplo-cli to 0.9.0
-rw-r--r--.github/workflows/format-workflow.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/format-workflow.yml b/.github/workflows/format-workflow.yml
index 01de66116..50c96a629 100644
--- a/.github/workflows/format-workflow.yml
+++ b/.github/workflows/format-workflow.yml
@@ -24,7 +24,7 @@ jobs:
- name: Setup | Checkout
uses: actions/checkout@v4
- name: Install | Taplo
- run: cargo install --debug --locked --version 0.8.1 taplo-cli
+ run: cargo install --debug --locked --version 0.9.0 taplo-cli
- name: Presets | Validate with schema
run: taplo lint --schema "file://${GITHUB_WORKSPACE}/.github/config-schema.json" docs/.vuepress/public/presets/toml/*.toml