File tree Expand file tree Collapse file tree 3 files changed +6
-6
lines changed
Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -19,12 +19,12 @@ jobs:
1919 runs-on : ubuntu-latest
2020 steps :
2121 - name : Checkout
22- uses : actions/checkout@v4
22+ uses : actions/checkout@v5
2323 with :
2424 fetch-depth : 0
2525
2626 - name : Setup Bun
27- uses : oven-sh/setup-bun@v1
27+ uses : oven-sh/setup-bun@v2
2828
2929 - name : Setup Pages
3030 uses : actions/configure-pages@v5
3636 run : bun run build:docs
3737
3838 - name : Upload artifact
39- uses : actions/upload-pages-artifact@v3
39+ uses : actions/upload-pages-artifact@v4
4040 with :
4141 path : docs/.vitepress/dist
4242
Original file line number Diff line number Diff line change @@ -17,10 +17,10 @@ jobs:
1717
1818 steps :
1919 - name : checkout repository
20- uses : actions/checkout@v3
20+ uses : actions/checkout@v5
2121
2222 - name : set up bun
23- uses : oven-sh/setup-bun@v1
23+ uses : oven-sh/setup-bun@v2
2424
2525 - name : install deps
2626 run : bun install
Original file line number Diff line number Diff line change 2828 "@vueuse/core" : " ^13.4.0" ,
2929 "@vueuse/nuxt" : " ^13.4.0" ,
3030 "nuxt" : " 3.18.0" ,
31- "vue" : " 3.5.13 " ,
31+ "vue" : " 3.5.22 " ,
3232 "vue-router" : " 4.5.1" ,
3333 "zod" : " ^3.25.67"
3434 },
You can’t perform that action at this time.
0 commit comments