--- trunk/.github/workflows/extensions.yml	2024/08/06 10:55:46	597
+++ trunk/.github/workflows/extensions.yml	2024/08/29 12:36:37	616
@@ -4,7 +4,7 @@
   push:
     branches: [main]
   schedule:
-    - cron: "*/360 * * * *"
+    - cron: "0 0 * * *"
 
 jobs:
   build:
@@ -12,12 +12,12 @@
     if: github.event_name != 'push' || ( startsWith(github.event.head_commit.message, 'chore(extensions') || startsWith(github.event.head_commit.message, 'build(extensions') )
 
     steps:
-      - uses: actions/checkout@v3
+      - uses: actions/checkout@v4
         with:
           submodules: "true"
 
       - name: Use Node.js 21.x
-        uses: actions/setup-node@v3
+        uses: actions/setup-node@v4
         with:
           node-version: 21.x