Compare commits
No commits in common. "c201246d6b4eda941b69436e32f771f753f09800" and "690e1743db17137a95db99a6f44e02834bec3979" have entirely different histories.
c201246d6b
...
690e1743db
1 changed files with 1 additions and 3 deletions
|
@ -1,8 +1,6 @@
|
|||
name: renovate
|
||||
|
||||
on:
|
||||
workflow_dispatch:
|
||||
|
||||
schedule:
|
||||
- cron: "0 0 * * *"
|
||||
|
||||
|
@ -16,7 +14,7 @@ jobs:
|
|||
container: ghcr.io/renovatebot/renovate:37.140.10
|
||||
steps:
|
||||
- name: Checkout
|
||||
uses: actions/checkout@1e31de5234b9f8995739874a8ce0492dc87873e2 # 4.0.0
|
||||
uses: actions/checkout@v4.0.0
|
||||
|
||||
- name: Renovate
|
||||
run: renovate
|
||||
|
|
Loading…
Add table
Reference in a new issue