Browse Source

ci(dependencies): fetch all branches

Carlo Sala 3 weeks ago
parent
commit
1d31ff6037
1 changed files with 3 additions and 1 deletions
  1. 3 1
      .github/workflows/dependencies.yml

+ 3 - 1
.github/workflows/dependencies.yml

@@ -2,7 +2,7 @@ name: Update dependencies
 on:
   workflow_dispatch: {}
   schedule:
-    - cron: '34 3 * * */8'
+    - cron: "34 3 * * */8"
 
 jobs:
   check:
@@ -12,6 +12,8 @@ jobs:
     steps:
       - name: Checkout
         uses: actions/checkout@v4
+        with:
+          fetch-depth: 0
       - name: Authenticate as @ohmyzsh
         id: generate_token
         uses: ohmyzsh/github-app-token@v2