Skip to content

Commit d521140

Browse files
ci: update release workflows
1 parent 509448c commit d521140

5 files changed

Lines changed: 10 additions & 11 deletions

File tree

.github/ISSUE_TEMPLATE/config.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
blank_issues_enabled: false
22
contact_links:
33
- name: 🤔 Feature Requests & Questions
4-
url: https://github.com/tanstack/ranger/discussions
4+
url: https://github.com/TanStack/ranger/discussions
55
about: Please ask and answer questions here.
66
- name: 💬 Community Chat
77
url: https://discord.gg/mQd7egN
8-
about: A dedicated discord server hosted by Tanner Linsley
9-
- name: 💬 Tanstack Twitter
10-
url: https://twitter.com/tan_stack
8+
about: A dedicated discord server hosted by TanStack
9+
- name: 🦋 TanStack Bluesky
10+
url: https://bsky.app/profile/tanstack.com
1111
about: Stay up to date with new releases of our libraries

.github/workflows/autofix.yml

Lines changed: 1 addition & 1 deletion
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@v5.0.0
21+
uses: actions/checkout@v6.0.1
2222
with:
2323
fetch-depth: 0
2424
- name: Setup Tools

.github/workflows/pr.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,13 +15,13 @@ jobs:
1515
runs-on: ubuntu-latest
1616
steps:
1717
- name: Checkout
18-
uses: actions/checkout@v5.0.0
18+
uses: actions/checkout@v6.0.1
1919
with:
2020
fetch-depth: 0
2121
- name: Setup Tools
2222
uses: tanstack/config/.github/setup@main
2323
- name: Get base and head commits for `nx affected`
24-
uses: nrwl/nx-set-shas@v4.3.3
24+
uses: nrwl/nx-set-shas@v4.4.0
2525
with:
2626
main-branch-name: main
2727
- name: Run Checks
@@ -31,7 +31,7 @@ jobs:
3131
runs-on: ubuntu-latest
3232
steps:
3333
- name: Checkout
34-
uses: actions/checkout@v5.0.0
34+
uses: actions/checkout@v6.0.1
3535
with:
3636
fetch-depth: 0
3737
- name: Setup Tools
@@ -45,7 +45,7 @@ jobs:
4545
runs-on: ubuntu-latest
4646
steps:
4747
- name: Checkout
48-
uses: actions/checkout@v5.0.0
48+
uses: actions/checkout@v6.0.1
4949
with:
5050
fetch-depth: 0
5151
- name: Check Provenance

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
runs-on: ubuntu-latest
2121
steps:
2222
- name: Checkout
23-
uses: actions/checkout@v5.0.0
23+
uses: actions/checkout@v6.0.1
2424
with:
2525
fetch-depth: 0
2626
- name: Setup Tools

knip.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
{
22
"$schema": "https://unpkg.com/knip@5/schema.json",
3-
43
"ignoreDependencies": ["@arethetypeswrong/core", "publint"]
54
}

0 commit comments

Comments
 (0)