From 8b7bed15d1870fa85a7a76029b6944d673f20ef6 Mon Sep 17 00:00:00 2001 From: Sebastian Funk Date: Thu, 31 Oct 2024 10:29:55 +0000 Subject: [PATCH] use github version of allcontributors --- .github/workflows/render-readme.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/render-readme.yaml b/.github/workflows/render-readme.yaml index 1d2f3ec06..e7a8db34b 100644 --- a/.github/workflows/render-readme.yaml +++ b/.github/workflows/render-readme.yaml @@ -28,7 +28,7 @@ jobs: - name: Install dependencies uses: r-lib/actions/setup-r-dependencies@v2 with: - packages: any::rmarkdown, any::allcontributors + packages: any::rmarkdown, ropensci/allcontributors - name: Update contributors if: github.ref == 'refs/heads/main'