File tree Expand file tree Collapse file tree 3 files changed +6
-6
lines changed
Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Original file line number Diff line number Diff 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
Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change @@ -45,7 +45,7 @@ test = [
4545 " flet>=0.80.1"
4646]
4747build = [
48- " pyinstaller==6.17 .0"
48+ " pyinstaller==6.18 .0"
4949]
5050
5151
You can’t perform that action at this time.
0 commit comments