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 44 test :
55 runs-on : ubuntu-latest
66 steps :
7- - uses : actions/checkout@v4
7+ - uses : actions/checkout@v6
88 - uses : oven-sh/setup-bun@v2
99 with :
1010 bun-version : latest
Original file line number Diff line number Diff line change 1414 deploy :
1515 runs-on : ubuntu-latest
1616 steps :
17- - uses : actions/checkout@v4
17+ - uses : actions/checkout@v6
1818
1919 - name : Setup Bun
2020 uses : oven-sh/setup-bun@v2
3232 uses : actions/configure-pages@v5
3333
3434 - name : Upload artifact
35- uses : actions/upload-pages-artifact@v3
35+ uses : actions/upload-pages-artifact@v4
3636 with :
3737 path : ' apps/storybook/storybook-static'
3838
Original file line number Diff line number Diff line change 1919 "@types/react" : " 18.3.13" ,
2020 "@types/react-dom" : " 18.3.7" ,
2121 "react" : " 18.3.1" ,
22- "tsup" : " 8.1.0 " ,
22+ "tsup" : " 8.1.2 " ,
2323 "typescript" : " 5.5.4" ,
2424 "@biomejs/biome" : " 1.8.3"
2525 },
You can’t perform that action at this time.
0 commit comments