From cd395814759f184359182a9f1b8d10f003f05a18 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 12 Aug 2024 05:03:52 +0000 Subject: [PATCH 1/2] chore(deps): update tanstack/config digest to 4eb9d2d --- .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 1a0433bd..6f7bbe71 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@1ce18c19ec31f6191db71f4b768b6b9ec3575a0e + uses: tanstack/config/.github/setup@4eb9d2d58ae7bb54a19064d3543883c6f811769b - name: Fix formatting run: pnpm prettier:write - name: Apply fixes From c4492475ef4cba51e824e193220c85235b923513 Mon Sep 17 00:00:00 2001 From: Lachlan Collins <1667261+lachlancollins@users.noreply.github.com> Date: Mon, 12 Aug 2024 16:40:20 +1000 Subject: [PATCH 2/2] Use main --- .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 6f7bbe71..ad5183fe 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@4eb9d2d58ae7bb54a19064d3543883c6f811769b + uses: tanstack/config/.github/setup@main - name: Fix formatting run: pnpm prettier:write - name: Apply fixes