Skip to content

Commit f91f518

Browse files
authored
Update best-of action to 0.7.0
1 parent e76846f commit f91f518

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 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.6.1/workflows/update-best-of-list.yml
1+
# Based on https://github.com/best-of-lists/best-of-update-action/blob/v0.7.0/workflows/update-best-of-list.yml
22
name: update-best-of-list
33

44
on:
@@ -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.6.1
47+
uses: best-of-lists/best-of-update-action@v0.7.0
4848
with:
4949
libraries_key: ${{ secrets.LIBRARIES_KEY }}
5050
github_key: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)