Update update action to 0.5.3

This commit is contained in:
Lukas Masuch 2021-01-09 05:36:55 +01:00
parent 03ac6e5a7d
commit 22fc1291d4

View File

@ -1,4 +1,4 @@
# Based on https://github.com/best-of-lists/best-of-update-action/blob/v0.5.2/workflows/update-best-of-list.yml
# Based on https://github.com/best-of-lists/best-of-update-action/blob/v0.5.3/workflows/update-best-of-list.yml
name: update-best-of-list
on:
@ -44,7 +44,7 @@ jobs:
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
- name: update-best-of-list
uses: best-of-lists/best-of-update-action@v0.5.2
uses: best-of-lists/best-of-update-action@v0.5.3
with:
libraries_key: ${{ secrets.LIBRARIES_KEY }}
github_key: ${{ secrets.GITHUB_TOKEN }}