From c941e018d4fd0ccf468e88027f48365146dcbe70 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 22 Jul 2024 05:12:19 +0000 Subject: [PATCH] chore(deps): update tanstack/config digest to 7ba837d --- .github/workflows/autofix.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/autofix.yml b/.github/workflows/autofix.yml index 9635a1faa..3252153e4 100644 --- a/.github/workflows/autofix.yml +++ b/.github/workflows/autofix.yml @@ -20,7 +20,7 @@ jobs: - name: Checkout uses: actions/checkout@v4 - name: Setup Tools - uses: tanstack/config/.github/setup@629cd3152485cbe985f5a7e66d370c858132c517 + uses: tanstack/config/.github/setup@7ba837d7e5168813cf257212cb6c98c5127194b2 - name: Fix formatting run: pnpm prettier:write - name: Apply fixes