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