Skip to content

Commit bf11e0b

Browse files
committed
Update best-of update action workflow
1 parent 050ab45 commit bf11e0b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/update-best-of-list.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Based on https://github.com/best-of-lists/best-of-update-action/blob/v0.5.3/workflows/update-best-of-list.yml
1+
# Based on https://github.com/best-of-lists/best-of-update-action/blob/v0.6.1/workflows/update-best-of-list.yml
22
name: update-best-of-list
33

44
on:
@@ -8,7 +8,7 @@ on:
88
description: "Version to use for this update"
99
required: false
1010
schedule:
11-
- cron: "0 18 * * 4" # Every thursday at 6pm
11+
- cron: "0 14 * * 4" # Every thursday at 2pm
1212

1313
env:
1414
BRANCH_PREFIX: "update/"
@@ -44,7 +44,7 @@ jobs:
4444
env:
4545
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
4646
- name: update-best-of-list
47-
uses: best-of-lists/best-of-update-action@v0.5.3
47+
uses: best-of-lists/best-of-update-action@v0.6.1
4848
with:
4949
libraries_key: ${{ secrets.LIBRARIES_KEY }}
5050
github_key: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)