Skip to content

Commit 7889fe1

Browse files
committed
Merge branch 'main' into bug-fixes-new-feat
2 parents c65f7ff + 9d07a00 commit 7889fe1

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

.github/workflows/docs_preview.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,12 +26,12 @@ jobs:
2626
if: github.event.action != 'closed'
2727
steps:
2828
- name: Checkout
29-
uses: actions/checkout@v4
29+
uses: actions/checkout@v6
3030

3131
- name: Setup Node
32-
uses: actions/setup-node@v4
32+
uses: actions/setup-node@v6
3333
with:
34-
node-version: 20
34+
node-version: 24
3535
cache: 'npm'
3636
cache-dependency-path: docs/package-lock.json
3737

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -305,10 +305,10 @@ jobs:
305305
if: github.event.inputs.release_type == 'stable'
306306
runs-on: ubuntu-latest
307307
steps:
308-
- uses: actions/checkout@v4
308+
- uses: actions/checkout@v6
309309

310310
- name: Set up Python
311-
uses: actions/setup-python@v4
311+
uses: actions/setup-python@v6
312312
with:
313313
python-version: '3.11'
314314

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ test = [
4545
"flet>=0.80.1"
4646
]
4747
build = [
48-
"pyinstaller==6.17.0"
48+
"pyinstaller==6.18.0"
4949
]
5050

5151

0 commit comments

Comments
 (0)