File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1616
1717 steps :
1818 - name : Checkout code
19- uses : actions/checkout@v5
19+ uses : actions/checkout@v6
2020
2121 - name : Setup Node.js
2222 uses : actions/setup-node@v6
3535 echo "STORE_PATH=$(pnpm store path)" >> $GITHUB_OUTPUT
3636
3737 - name : Setup pnpm cache
38- uses : actions/cache@v4
38+ uses : actions/cache@v5
3939 with :
4040 path : ${{ steps.pnpm-cache.outputs.STORE_PATH }}
4141 key : ${{ runner.os }}-pnpm-store-${{ hashFiles('**/pnpm-lock.yaml') }}
5252 run : pnpm build
5353
5454 - name : Upload build artifacts
55- uses : actions/upload-artifact@v4
55+ uses : actions/upload-artifact@v7
5656 if : success()
5757 with :
5858 name : build-output
Original file line number Diff line number Diff line change 2020 runs-on : ubuntu-latest
2121 steps :
2222 - name : Checkout code
23- uses : actions/checkout@v5
23+ uses : actions/checkout@v6
2424
2525 - name : Setup Node.js
2626 uses : actions/setup-node@v6
3939 echo "STORE_PATH=$(pnpm store path)" >> $GITHUB_OUTPUT
4040
4141 - name : Setup pnpm cache
42- uses : actions/cache@v4
42+ uses : actions/cache@v5
4343 with :
4444 path : ${{ steps.pnpm-cache.outputs.STORE_PATH }}
4545 key : ${{ runner.os }}-pnpm-store-${{ hashFiles('**/pnpm-lock.yaml') }}
5353 run : pnpm build
5454
5555 - name : Setup Pages
56- uses : actions/configure-pages@v5
56+ uses : actions/configure-pages@v6
5757
5858 - name : Upload artifact
5959 uses : actions/upload-pages-artifact@v4
7070 steps :
7171 - name : Deploy to GitHub Pages
7272 id : deployment
73- uses : actions/deploy-pages@v4
73+ uses : actions/deploy-pages@v5
Original file line number Diff line number Diff line change 1313 },
1414 "dependencies" : {
1515 "@astrojs/starlight" : " ^0.39.3" ,
16- "astro" : " ^6.1.10 " ,
16+ "astro" : " ^6.4.4 " ,
1717 "js-yaml" : " ^4.2.0" ,
1818 "sharp" : " ^0.34.5" ,
1919 "yaml" : " ^2.9.0"
You can’t perform that action at this time.
0 commit comments