File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2525 version_tag_exists : ${{ steps.check_tag.outputs.version_tag_exists }}
2626 steps :
2727 - name : Checkout code
28- uses : actions/checkout@v5
28+ uses : actions/checkout@v6
2929 with :
3030 fetch-depth : 0
3131 fetch-tags : true
@@ -46,12 +46,12 @@ jobs:
4646 fi
4747
4848 - name : Setup pnpm
49- uses : pnpm/action-setup@v4
49+ uses : pnpm/action-setup@v5
5050 with :
5151 version : ' latest'
5252
5353 - name : Setup Node
54- uses : actions/setup-node@v4
54+ uses : actions/setup-node@v6
5555 with :
5656 node-version : ' latest'
5757 cache : ' pnpm'
7777 echo "VERSION=${MODULE_VERSION}" >> $GITHUB_ENV
7878
7979 - name : Upload Artifact
80- uses : actions/upload-artifact@v5
80+ uses : actions/upload-artifact@v7
8181 with :
8282 name : ${{ env.ARTIFACT_NAME }}
8383 path : module/
@@ -105,7 +105,7 @@ jobs:
105105 if : ${{ needs.build.outputs.version_tag_exists == 'false' && github.event_name != 'pull_request' }}
106106 steps :
107107 - name : Checkout code
108- uses : actions/checkout@v5
108+ uses : actions/checkout@v6
109109 with :
110110 fetch-depth : 0
111111
@@ -149,12 +149,12 @@ jobs:
149149 git push --force
150150
151151 - name : Setup pnpm
152- uses : pnpm/action-setup@v4
152+ uses : pnpm/action-setup@v5
153153 with :
154154 version : ' latest'
155155
156156 - name : Setup Node
157- uses : actions/setup-node@v4
157+ uses : actions/setup-node@v6
158158 with :
159159 node-version : ' latest'
160160 cache : ' pnpm'
Original file line number Diff line number Diff line change 1414 runs-on : ubuntu-latest
1515 steps :
1616 - name : Checkout
17- uses : actions/checkout@v5
17+ uses : actions/checkout@v6
1818
1919 - name : Crowdin Action
2020 uses : crowdin/github-action@v2
@@ -41,26 +41,26 @@ jobs:
4141 needs : synchronize-with-crowdin
4242 steps :
4343 - name : Checkout translation branch
44- uses : actions/checkout@v5
44+ uses : actions/checkout@v6
4545 with :
4646 ref : ' crowdin_branch'
4747
4848 - name : Create timestamp
4949 run : date +%Y%m%d > webui/public/locales/version
5050
5151 - name : Upload locales folder
52- uses : actions/upload-artifact@v5
52+ uses : actions/upload-artifact@v7
5353 with :
5454 name : locales
5555 path : webui/public/locales
5656
5757 - name : Checkout bot
58- uses : actions/checkout@v5
58+ uses : actions/checkout@v6
5959 with :
6060 ref : ' bot'
6161
6262 - name : Download translation
63- uses : actions/download-artifact@v5
63+ uses : actions/download-artifact@v8
6464 with :
6565 name : locales
6666 path : locales
Original file line number Diff line number Diff line change 1616 "@material/web" : " ^2.4.1" ,
1717 "asn1js" : " ^3.0.7" ,
1818 "kernelsu-alt" : " ^3.1.1" ,
19- "marked" : " ^17.0.4 " ,
20- "pkijs" : " ^3.3.3 " ,
19+ "marked" : " ^17.0.5 " ,
20+ "pkijs" : " ^3.4.0 " ,
2121 "webuix" : " ^0.0.18"
2222 },
2323 "devDependencies" : {
24- "vite" : " ^8.0.0 " ,
24+ "vite" : " ^8.0.1 " ,
2525 "vite-plugin-html" : " ^3.2.2"
2626 },
2727 "packageManager" : " pnpm@10.28.2"
You can’t perform that action at this time.
0 commit comments