File tree Expand file tree Collapse file tree 4 files changed +11
-9
lines changed Expand file tree Collapse file tree 4 files changed +11
-9
lines changed Original file line number Diff line number Diff line change 18
18
runs-on : ubuntu-latest
19
19
steps :
20
20
- name : Checkout
21
-
21
+
22
+ with :
23
+ fetch-depth : 0
22
24
- name : Setup Tools
23
25
uses : tanstack/config/.github/setup@main
24
26
- name : Fix formatting
Original file line number Diff line number Diff line change 1
- name : pr
1
+ name : PR
2
2
3
3
on :
4
4
pull_request :
@@ -22,15 +22,15 @@ jobs:
22
22
runs-on : ubuntu-latest
23
23
steps :
24
24
- name : Checkout
25
- uses : actions/checkout@v4.2.2
25
+ uses : actions/checkout@v5.0.0
26
26
with :
27
27
fetch-depth : 0
28
28
- name : Start Nx Agents
29
29
run : npx nx-cloud start-ci-run --distribute-on=".nx/workflows/dynamic-changesets.yaml"
30
30
- name : Setup Tools
31
31
uses : tanstack/config/.github/setup@main
32
32
- name : Get base and head commits for `nx affected`
33
- uses : nrwl/nx-set-shas@v4.1.2
33
+ uses : nrwl/nx-set-shas@v4.3.3
34
34
with :
35
35
main-branch-name : main
36
36
- name : Run Checks
51
51
runs-on : ubuntu-latest
52
52
steps :
53
53
- name : Checkout
54
- uses : actions/checkout@v4.2.2
54
+ uses : actions/checkout@v5.0.0
55
55
with :
56
56
fetch-depth : 0
57
57
- name : Setup Tools
Original file line number Diff line number Diff line change @@ -21,13 +21,13 @@ permissions:
21
21
id-token : write
22
22
23
23
jobs :
24
- test-and-publish :
25
- name : Test & Publish
24
+ release :
25
+ name : Release
26
26
if : github.repository_owner == 'TanStack'
27
27
runs-on : ubuntu-latest
28
28
steps :
29
29
- name : Checkout
30
- uses : actions/checkout@v4.2.2
30
+ uses : actions/checkout@v5.0.0
31
31
with :
32
32
fetch-depth : 0
33
33
- name : Start Nx Agents
Original file line number Diff line number Diff line change 5
5
"type" : " git" ,
6
6
"url" : " https://github.com/TanStack/query.git"
7
7
},
8
- "packageManager" : " pnpm@10.16.1 " ,
8
+ "packageManager" : " pnpm@10.17.0 " ,
9
9
"type" : " module" ,
10
10
"scripts" : {
11
11
"clean" : " pnpm --filter \" ./packages/**\" run clean" ,
You can’t perform that action at this time.
0 commit comments