Skip to content

Commit c13a6a1

Browse files
authoredOct 28, 2024··
chore(deps): update all non-major dependencies (#865)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 0a76523 commit c13a6a1

File tree

45 files changed

+682
-677
lines changed

Some content is hidden

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

45 files changed

+682
-677
lines changed
 

Diff for: ‎.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.2.1
21+
uses: actions/checkout@v4.2.2
2222
- name: Setup Tools
2323
uses: tanstack/config/.github/setup@main
2424
- name: Fix formatting

Diff for: ‎.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.2.1
30+
uses: actions/checkout@v4.2.2
3131
with:
3232
fetch-depth: 0
3333
- name: Setup Tools

0 commit comments

Comments
 (0)
Please sign in to comment.