Skip to content

Commit ca8442a

Browse files
authored
Change cron schedule and update updatecli version
Updated cron schedule and updatecli version.
1 parent 44f499d commit ca8442a

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.github/workflows/updatecli.yaml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,7 @@ on:
33
release:
44
workflow_dispatch:
55
schedule:
6-
# Run at 12:00 every 14 days
7-
- cron: "0 12 */14 * *"
6+
- cron: "0 4 * * *"
87

98
jobs:
109
updatecli:
@@ -16,7 +15,7 @@ jobs:
1615
- name: "Setup updatecli"
1716
uses: "updatecli/updatecli-action@5ca36367fadc6ad94d590984fd9c696e783ec635" # v2.96.0
1817
with:
19-
version: "v0.113.0-rc.1"
18+
version: "v0.114.0"
2019

2120
- name: "Set up Go"
2221
uses: "actions/setup-go@4dc6199c7b1a012772edbd06daecab0f50c9053c" # v6.1.0

0 commit comments

Comments
 (0)