Skip to content

Commit 6435257

Browse files
chore(deps): update tanstack/config digest to a4c6d06 (#163)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent d5d9181 commit 6435257

4 files changed

Lines changed: 5 additions & 5 deletions

File tree

.github/workflows/autofix.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
with:
2424
persist-credentials: false
2525
- name: Setup Tools
26-
uses: TanStack/config/.github/setup@e4b48f16568324f76f467aa4c2aac2f05db632c3 # main
26+
uses: TanStack/config/.github/setup@a4c6d06ed525a310901e3e9fbed9b2301ebecfd5 # main
2727
- name: Fix formatting
2828
run: pnpm run format
2929
- name: Regenerate docs

.github/workflows/benchmarks.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343
persist-credentials: false
4444

4545
- name: Setup Tools
46-
uses: TanStack/config/.github/setup@e4b48f16568324f76f467aa4c2aac2f05db632c3 # main
46+
uses: TanStack/config/.github/setup@a4c6d06ed525a310901e3e9fbed9b2301ebecfd5 # main
4747

4848
- name: Run intent CodSpeed benchmark
4949
continue-on-error: true

.github/workflows/pr.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
fetch-depth: 0
3030
persist-credentials: false
3131
- name: Setup Tools
32-
uses: TanStack/config/.github/setup@e4b48f16568324f76f467aa4c2aac2f05db632c3 # main
32+
uses: TanStack/config/.github/setup@a4c6d06ed525a310901e3e9fbed9b2301ebecfd5 # main
3333
- name: Get base and head commits for `nx affected`
3434
uses: nrwl/nx-set-shas@3e9ad7370203c1e93d109be57f3b72eb0eb511b1 # v4.4.0
3535
with:
@@ -47,7 +47,7 @@ jobs:
4747
fetch-depth: 0
4848
persist-credentials: false
4949
- name: Setup Tools
50-
uses: TanStack/config/.github/setup@e4b48f16568324f76f467aa4c2aac2f05db632c3 # main
50+
uses: TanStack/config/.github/setup@a4c6d06ed525a310901e3e9fbed9b2301ebecfd5 # main
5151
- name: Build Packages
5252
run: pnpm run build:all
5353
- name: Publish Previews

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343
if: steps.changesets.outputs.has_changesets == 'true'
4444
run: npx nx-cloud start-ci-run --distribute-on=".nx/workflows/dynamic-changesets.yaml"
4545
- name: Setup Tools
46-
uses: TanStack/config/.github/setup@e4b48f16568324f76f467aa4c2aac2f05db632c3 # main
46+
uses: TanStack/config/.github/setup@a4c6d06ed525a310901e3e9fbed9b2301ebecfd5 # main
4747
- name: Run Tests
4848
if: steps.changesets.outputs.has_changesets == 'true'
4949
run: pnpm run test:ci --parallel=3

0 commit comments

Comments
 (0)