refactor: move template firmware defaults to constants
[e-mobility-charging-stations-simulator.git] / .github / workflows / combine-prs.yml
index 2d1618c275294d6fccc4b401e0dc8941c213e198..06fdf4dc8eb931d9f4248ba7d393c7fcf1f64888 100644 (file)
@@ -2,7 +2,7 @@ name: Combine PRs
 
 on:
   schedule:
-    - cron: '0 0 * * *'
+    - cron: '0 2 * * *'
   workflow_dispatch:
 
 permissions:
@@ -17,6 +17,6 @@ jobs:
     steps:
       - name: combine-prs
         id: combine-prs
-        uses: github/combine-prs@v3.1.2
+        uses: github/combine-prs@v5.0.0
         with:
           github_token: ${{ secrets.SECRET_TOKEN }}