From 10957b67e11c650d6e73b6d6bc260ed7ce942bfe Mon Sep 17 00:00:00 2001 From: Zack Koppert Date: Tue, 24 Feb 2026 10:10:10 -0800 Subject: [PATCH] Update contributors action reference after repo transfer The github/contributors action was transferred to github-community-projects/contributors. Update references to point to the new location. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> --- .github/workflows/contributors_report.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/contributors_report.yaml b/.github/workflows/contributors_report.yaml index 0ca5369..0f7c5b2 100644 --- a/.github/workflows/contributors_report.yaml +++ b/.github/workflows/contributors_report.yaml @@ -29,7 +29,7 @@ jobs: echo "END_DATE=$end_date" >> "$GITHUB_ENV" - name: Run contributor action - uses: github/contributors@0d5adc3833e89ee1f4145744f5d69313cf5ea238 + uses: github-community-projects/contributors@0d5adc3833e89ee1f4145744f5d69313cf5ea238 env: GH_TOKEN: ${{ secrets.GITHUB_TOKEN }} START_DATE: ${{ env.START_DATE }}