Skip to content

Commit

Permalink
ci(dependencies): fetch all branches
Browse files Browse the repository at this point in the history
  • Loading branch information
carlosala committed May 12, 2024
1 parent eff648a commit 1d31ff6
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/dependencies.yml
Expand Up @@ -2,7 +2,7 @@ name: Update dependencies
on:
workflow_dispatch: {}
schedule:
- cron: '34 3 * * */8'
- cron: "34 3 * * */8"

jobs:
check:
Expand All @@ -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
Expand Down

0 comments on commit 1d31ff6

Please sign in to comment.