Skip to content

Commit 3067d1b

Browse files
authoredSep 30, 2024··
chore(deps): update all non-major dependencies (#844)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent eb7b916 commit 3067d1b

File tree

44 files changed

+610
-607
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

44 files changed

+610
-607
lines changed
 

‎.github/workflows/autofix.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
runs-on: ubuntu-latest
1919
steps:
2020
- name: Checkout
21-
uses: actions/checkout@v4.1.7
21+
uses: actions/checkout@v4.2.0
2222
- name: Setup Tools
2323
uses: tanstack/config/.github/setup@main
2424
- name: Fix formatting

‎.github/workflows/ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
runs-on: ubuntu-latest
2828
steps:
2929
- name: Checkout
30-
uses: actions/checkout@v4.1.7
30+
uses: actions/checkout@v4.2.0
3131
with:
3232
fetch-depth: 0
3333
- name: Setup Tools

0 commit comments

Comments
 (0)
Please sign in to comment.