File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 3131
3232 steps :
3333 - name : Checkout repository
34- uses : actions/checkout@v4
34+ uses : actions/checkout@v6
3535
3636 - name : Initialize CodeQL
3737 uses : github/codeql-action/init@v4
@@ -54,10 +54,10 @@ jobs:
5454
5555 steps :
5656 - name : Checkout repository
57- uses : actions/checkout@v4
57+ uses : actions/checkout@v6
5858
5959 - name : Setup Node.js
60- uses : actions/setup-node@v4
60+ uses : actions/setup-node@v6
6161 with :
6262 node-version : ' 22'
6363 cache : ' npm'
Original file line number Diff line number Diff line change @@ -29,14 +29,14 @@ jobs:
2929 runs-on : ubuntu-latest
3030 steps :
3131 - name : Checkout
32- uses : actions/checkout@v4
32+ uses : actions/checkout@v6
3333 with :
3434 # When triggered by a release (tag), always checkout main so the
3535 # github-pages environment protection rules (branch-only) are satisfied.
3636 ref : ${{ github.event_name == 'release' && 'main' || github.ref }}
3737
3838 - name : Setup Node.js
39- uses : actions/setup-node@v4
39+ uses : actions/setup-node@v6
4040 with :
4141 node-version : ' 22'
4242 cache : ' npm'
6060 # No VITE_BASE_URL needed - custom domain (fluxby.app) serves from root /
6161
6262 - name : Setup Pages
63- uses : actions/configure-pages@v5
63+ uses : actions/configure-pages@v6
6464
6565 - name : Upload artifact
6666 uses : actions/upload-pages-artifact@v4
7676 steps :
7777 - name : Deploy to GitHub Pages
7878 id : deployment
79- uses : actions/deploy-pages@v4
79+ uses : actions/deploy-pages@v5
Original file line number Diff line number Diff line change @@ -17,10 +17,10 @@ jobs:
1717
1818 steps :
1919 - name : Checkout repository
20- uses : actions/checkout@v4
20+ uses : actions/checkout@v6
2121
2222 - name : Setup Node.js
23- uses : actions/setup-node@v4
23+ uses : actions/setup-node@v6
2424 with :
2525 node-version : ' 22'
2626 cache : ' npm'
Original file line number Diff line number Diff line change 2020 uses : actions/checkout@v6
2121
2222 - name : Setup Node.js
23- uses : actions/setup-node@v4
23+ uses : actions/setup-node@v6
2424 with :
2525 node-version : ' 22'
2626 cache : ' npm'
8686 uses : actions/checkout@v6
8787
8888 - name : Setup Node.js
89- uses : actions/setup-node@v4
89+ uses : actions/setup-node@v6
9090 with :
9191 node-version : ' 22'
9292 cache : ' npm'
Original file line number Diff line number Diff line change @@ -227,7 +227,7 @@ jobs:
227227 uses : actions/checkout@v6
228228
229229 - name : Download changelog artifact
230- uses : actions/download-artifact@v4
230+ uses : actions/download-artifact@v8
231231 with :
232232 name : changelog
233233
@@ -302,7 +302,7 @@ jobs:
302302 ref : v${{ needs.initialize-release.outputs.version }}
303303
304304 - name : Setup Node.js
305- uses : actions/setup-node@v4
305+ uses : actions/setup-node@v6
306306 with :
307307 node-version : ' 22'
308308 cache : ' npm'
Original file line number Diff line number Diff line change 1515 "@tailwindcss/vite" : " ^4.2.1" ,
1616 "react" : " ^19.2.4" ,
1717 "react-dom" : " ^19.2.4" ,
18- "react-router-dom" : " ^7.13.1 " ,
18+ "react-router-dom" : " ^7.13.2 " ,
1919 "tailwindcss" : " ^4.2.1"
2020 },
2121 "devDependencies" : {
Original file line number Diff line number Diff line change 2727 "@radix-ui/react-slot" : " ^1.1.1" ,
2828 "@radix-ui/react-tabs" : " ^1.1.2" ,
2929 "@radix-ui/react-tooltip" : " ^1.1.6" ,
30- "@sentry/react" : " ^10.44 .0" ,
30+ "@sentry/react" : " ^10.46 .0" ,
3131 "@tailwindcss/vite" : " ^4.2.1" ,
32- "@tanstack/react-query" : " ^5.90.21 " ,
32+ "@tanstack/react-query" : " ^5.95.2 " ,
3333 "@tanstack/react-table" : " ^8.20.6" ,
3434 "@tanstack/react-virtual" : " ^3.13.23" ,
3535 "@tauri-apps/plugin-process" : " ^2.0.0" ,
4545 "react-day-picker" : " ^9.14.0" ,
4646 "react-dom" : " ^19.2.4" ,
4747 "react-dropzone" : " ^14.4.1" ,
48- "react-router-dom" : " ^7.13.1 " ,
48+ "react-router-dom" : " ^7.13.2 " ,
4949 "react-window" : " ^2.2.7" ,
50- "recharts" : " ^3.8.0 " ,
50+ "recharts" : " ^3.8.1 " ,
5151 "tailwind-merge" : " ^3.5.0" ,
5252 "tailwindcss" : " ^4.2.1" ,
5353 "tailwindcss-animate" : " ^1.0.7"
You can’t perform that action at this time.
0 commit comments