summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorCarlo Sala <carlosalag@protonmail.com>2024-05-12 12:30:22 +0200
committerCarlo Sala <carlosalag@protonmail.com>2024-05-12 12:30:22 +0200
commit1d31ff603706007e69aefe2c9ca198658e35b5dc (patch)
treef9126d56caca9dd6d69295a7e3b291e8f27db1f7 /.github
parenteff648aab021df0407dcd86126d2ab9db950d0f2 (diff)
downloadzsh-1d31ff603706007e69aefe2c9ca198658e35b5dc.tar.gz
zsh-1d31ff603706007e69aefe2c9ca198658e35b5dc.tar.bz2
zsh-1d31ff603706007e69aefe2c9ca198658e35b5dc.zip
ci(dependencies): fetch all branches
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/dependencies.yml4
1 files changed, 3 insertions, 1 deletions
diff --git a/.github/workflows/dependencies.yml b/.github/workflows/dependencies.yml
index fce666e4c..6bc8dc74d 100644
--- a/.github/workflows/dependencies.yml
+++ b/.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