Skip to content

Commit 3a8a5bc

Browse files
authored
Update updater.yml to run monthly rather than weekly
1 parent c96650f commit 3a8a5bc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/updater.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@ name: GitHub Actions Version Updater
44
on:
55
workflow_dispatch:
66
schedule:
7-
# Automatically run on every Sunday
8-
- cron: '0 0 * * 0'
7+
# Automatically run on every first day of the month
8+
- cron: '0 0 1 * *'
99

1010
jobs:
1111
build:

0 commit comments

Comments
 (0)