From 875a6da53eb3bd19bb3bf1f28cb386cfc13b06ac Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 29 Jul 2024 01:52:42 +0000 Subject: [PATCH] chore(deps): update tanstack/config digest to 1ce18c1 --- .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..0e33af9ca 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@1ce18c19ec31f6191db71f4b768b6b9ec3575a0e - name: Fix formatting run: pnpm prettier:write - name: Apply fixes