From a0c88387313e28d67f10335b0090a3222662ce99 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Emil=20Stenstr=C3=B6m?= Date: Tue, 23 Feb 2021 22:28:01 +0100 Subject: [PATCH] Update to latest version of contributor bot. --- .github/workflows/contributors.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/contributors.yml b/.github/workflows/contributors.yml index 42301b41..c86496d9 100644 --- a/.github/workflows/contributors.yml +++ b/.github/workflows/contributors.yml @@ -8,6 +8,6 @@ jobs: name: Add contributors to readme steps: - name: Contribute List - uses: akhilmhdh/contributors-readme-action@v2.1 + uses: akhilmhdh/contributors-readme-action@v2.1.1 env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}