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