From be772bf8227cf682aeea058dc0910e3f40d1cc78 Mon Sep 17 00:00:00 2001 From: Daniel Bloom <7810950-Daniel.Aaron.Bloom@users.noreply.gitlab.com> Date: Wed, 6 Mar 2024 14:57:16 -0800 Subject: [PATCH] ci: switch back to public taplo --- .github/actions/rust/action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/actions/rust/action.yml b/.github/actions/rust/action.yml index 293476512..af5ce5ce6 100644 --- a/.github/actions/rust/action.yml +++ b/.github/actions/rust/action.yml @@ -46,7 +46,7 @@ runs: - name: Install taplo-cli shell: bash run: | - cargo install --force --git https://github.com/Daniel-Aaron-Bloom/taplo taplo-cli --no-default-features + cargo install --force --git https://github.com/tamasfe/taplo taplo-cli --no-default-features - id: toolchain-cache-save name: Cache Rust toolchain (Local Save)