From d0881151fec95f4e10df4f5cb23276e562ff2906 Mon Sep 17 00:00:00 2001 From: Sylvia van Os Date: Sun, 10 Sep 2023 11:58:51 +0200 Subject: [PATCH] Update contributors-to-file to v3 --- .github/workflows/contributors-to-file.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/contributors-to-file.yml b/.github/workflows/contributors-to-file.yml index 640e9db0c..d685a754e 100644 --- a/.github/workflows/contributors-to-file.yml +++ b/.github/workflows/contributors-to-file.yml @@ -14,7 +14,7 @@ jobs: uses: actions/checkout@v3 - name: Update contributors id: update_contributors - uses: TheLastProject/contributors-to-file-action@v2 + uses: TheLastProject/contributors-to-file-action@v3 with: file_in_repo: app/src/main/res/raw/contributors.txt - name: Create Pull Request