File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Expand file tree Collapse file tree 3 files changed +4
-4
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
- uses : actions/checkout@v4.2.2
21
+ uses : actions/checkout@v5.0.0
22
22
- name : Setup Tools
23
23
uses : tanstack/config/.github/setup@main
24
24
- name : Fix formatting
Original file line number Diff line number Diff line change 23
23
runs-on : ubuntu-latest
24
24
steps :
25
25
- name : Checkout
26
- uses : actions/checkout@v4.2.2
26
+ uses : actions/checkout@v5.0.0
27
27
with :
28
28
fetch-depth : 0
29
29
- name : Setup Tools
39
39
runs-on : ubuntu-latest
40
40
steps :
41
41
- name : Checkout
42
- uses : actions/checkout@v4.2.2
42
+ uses : actions/checkout@v5.0.0
43
43
with :
44
44
fetch-depth : 0
45
45
- name : Setup Tools
Original file line number Diff line number Diff line change 23
23
runs-on : ubuntu-latest
24
24
steps :
25
25
- name : Checkout
26
- uses : actions/checkout@v4.2.2
26
+ uses : actions/checkout@v5.0.0
27
27
with :
28
28
fetch-depth : 0
29
29
- name : Setup Tools
You can’t perform that action at this time.
0 commit comments