File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree 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@v6
2323
2424 - name : Setup Node.js
25- uses : actions/setup-node@v4
25+ uses : actions/setup-node@v6
2626 with :
27- node-version : ' 20 '
27+ node-version : ' 22 '
2828
2929 - name : Enable Corepack
3030 run : corepack enable
@@ -36,10 +36,10 @@ jobs:
3636 run : pnpm build
3737
3838 - name : Setup Pages
39- uses : actions/configure-pages@v4
39+ uses : actions/configure-pages@v5
4040
4141 - name : Upload artifact
42- uses : actions/upload-pages-artifact@v3
42+ uses : actions/upload-pages-artifact@v4
4343 with :
4444 path : ./dist
4545
Original file line number Diff line number Diff line change 1414 "@catppuccin/starlight" : " ^1.1.1" ,
1515 "@expressive-code/plugin-line-numbers" : " ^0.41.7" ,
1616 "astro" : " ^6.0.4" ,
17- "sharp" : " ^0.34.2 " ,
17+ "sharp" : " ^0.34.5 " ,
1818 "starlight-blog" : " ^0.26.1" ,
1919 "starlight-fullview-mode" : " ^0.2.6"
2020 },
You can’t perform that action at this time.
0 commit comments