From 22fc1291d4dcbc2509e999b991877828a777bf6a Mon Sep 17 00:00:00 2001 From: Lukas Masuch Date: Sat, 9 Jan 2021 05:36:55 +0100 Subject: [PATCH] Update update action to 0.5.3 --- .github/workflows/update-best-of-list.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/update-best-of-list.yml b/.github/workflows/update-best-of-list.yml index fda0c60..fe9f724 100644 --- a/.github/workflows/update-best-of-list.yml +++ b/.github/workflows/update-best-of-list.yml @@ -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 }}