File tree Expand file tree Collapse file tree 6 files changed +230
-127
lines changed
Expand file tree Collapse file tree 6 files changed +230
-127
lines changed Original file line number Diff line number Diff line change 2323
2424 steps :
2525 - name : Checkout branch ${{ github.ref }}
26- uses : actions/checkout@v3
26+ uses : actions/checkout@v4
2727
2828 - name : Build
2929 uses : ./.github/actions/build
Original file line number Diff line number Diff line change 3232
3333 steps :
3434 - name : Checkout branch ${{ github.ref }}
35- uses : actions/checkout@v3
35+ uses : actions/checkout@v4
3636
3737 - uses : actions/cache/restore@v3
3838 id : cache
@@ -51,14 +51,14 @@ jobs:
5151 uses : actions/configure-pages@v3
5252
5353 - name : Upload artifact
54- uses : actions/upload-pages-artifact@v1
54+ uses : actions/upload-pages-artifact@v2
5555 with :
5656 # Upload entire repository
5757 path : dist
5858
5959 - name : Deploy to GitHub Pages
6060 id : deployment
61- uses : actions/deploy-pages@v1
61+ uses : actions/deploy-pages@v2
6262
6363 - name : Setup credentials
6464 run : |
Original file line number Diff line number Diff line change 2222
2323 steps :
2424 - name : Checkout branch ${{ github.ref }}
25- uses : actions/checkout@v3
25+ uses : actions/checkout@v4
2626 with :
2727 ref : main
2828 fetch-depth : 0
Original file line number Diff line number Diff line change 3030
3131 steps :
3232 - name : Checkout branch ${{ github.ref }}
33- uses : actions/checkout@v3
33+ uses : actions/checkout@v4
3434 with :
3535 ref : main
3636 fetch-depth : 0
Original file line number Diff line number Diff line change 6666 "@vitest/coverage-v8" : " ^0.33.0" ,
6767 "eslint" : " ^8.36.0" ,
6868 "eslint-plugin-jsx-a11y" : " ^6.7.1" ,
69- "eslint-plugin-prettier" : " ^4.2.1 " ,
69+ "eslint-plugin-prettier" : " ^5.0.0 " ,
7070 "eslint-plugin-solid" : " ^0.12.0" ,
7171 "eslint-plugin-vitest" : " ^0.2.8" ,
7272 "extract-changelog-release" : " ^1.0.2" ,
7373 "husky" : " ^8.0.3" ,
7474 "jsdom" : " ^22.1.0" ,
75- "lint-staged" : " ^13.2 .0" ,
76- "prettier" : " ^2.8.7 " ,
75+ "lint-staged" : " ^14.0 .0" ,
76+ "prettier" : " ^3.0.0 " ,
7777 "sass" : " ^1.59.3" ,
7878 "solid-devtools" : " ^0.26.0" ,
7979 "standard-version" : " ^9.5.0" ,
You can’t perform that action at this time.
0 commit comments