From d4356c4f12faa882d6fc8737372b165f1cb79a38 Mon Sep 17 00:00:00 2001 From: Patrick Date: Mon, 17 Jan 2022 19:49:31 +0100 Subject: [PATCH] Update contributors.yml --- .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 76bdb29..29099b0 100644 --- a/.github/workflows/contributors.yml +++ b/.github/workflows/contributors.yml @@ -9,6 +9,6 @@ jobs: name: A job to automate contrib in readme steps: - name: Contribute List - uses: akhilmhdh/contributors-readme-action@v2.1.1 + uses: akhilmhdh/contributors-readme-action@v2.3.3 env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}