File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -26,18 +26,18 @@ jobs:
2626 runs-on : ubuntu-latest
2727 steps :
2828 - name : Checkout
29- uses : actions/checkout@v6
29+ uses : actions/checkout@v6.0.3
3030 with :
3131 fetch-depth : 0
3232 fetch-tags : true
3333
3434 - name : Install pnpm
35- uses : pnpm/action-setup@v4
35+ uses : pnpm/action-setup@v4.4.0
3636 with :
37- version : 10
37+ version : 10.34.2
3838
3939 - name : Setup Node
40- uses : actions/setup-node@v4
40+ uses : actions/setup-node@v4.4.0
4141 with :
4242 node-version : " 24.13.0"
4343 cache : " pnpm"
4949 run : pnpm run build:release
5050
5151 - name : Upload artifact
52- uses : actions/upload-pages-artifact@v4
52+ uses : actions/upload-pages-artifact@v4.0.0
5353 with :
5454 path : ./dist
5555
6060 steps :
6161 - name : Deploy to GitHub Pages
6262 id : deployment
63- uses : actions/deploy-pages@v4
63+ uses : actions/deploy-pages@v4.0.5
Original file line number Diff line number Diff line change 77 runs-on : ubuntu-latest
88 steps :
99 - name : Checkout
10- uses : actions/checkout@v4
10+ uses : actions/checkout@v4.3.1
1111
1212 - name : Install pnpm
13- uses : pnpm/action-setup@v4
13+ uses : pnpm/action-setup@v4.4.0
1414 with :
15- version : 10
15+ version : 10.34.2
1616
1717 - name : Setup Node
18- uses : actions/setup-node@v4
18+ uses : actions/setup-node@v4.4.0
1919 with :
2020 node-version : " 24.13.0"
2121 cache : " pnpm"
Original file line number Diff line number Diff line change 6060 "tailwindcss-animate" : " 1.0.7" ,
6161 "typescript" : " 6.0.2" ,
6262 "vite" : " 8.0.8" ,
63- "vite-bundle-analyzer" : " ^ 1.3.7"
63+ "vite-bundle-analyzer" : " 1.3.7"
6464 },
6565 "overrides" : {
6666 "@radix-ui/react-slot" : " 1.2.4" ,
You can’t perform that action at this time.
0 commit comments