From 178107f96046843f448e69039a5b9b3232538a0b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 Apr 2026 14:45:43 +0000 Subject: [PATCH] Bump github-community-projects/contributors from 1 to 2 Bumps [github-community-projects/contributors](https://github.com/github-community-projects/contributors) from 1 to 2. - [Release notes](https://github.com/github-community-projects/contributors/releases) - [Commits](https://github.com/github-community-projects/contributors/compare/v1...v2) --- updated-dependencies: - dependency-name: github-community-projects/contributors dependency-version: '2' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/contributor-report.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/contributor-report.yaml b/.github/workflows/contributor-report.yaml index 81039ed71..7df96e25b 100644 --- a/.github/workflows/contributor-report.yaml +++ b/.github/workflows/contributor-report.yaml @@ -28,7 +28,7 @@ jobs: echo "END_DATE=$end_date" >> "$GITHUB_ENV" - name: Run contributor action - uses: github-community-projects/contributors@v1 + uses: github-community-projects/contributors@v2 env: GH_TOKEN: ${{ secrets.GITHUB_TOKEN }} START_DATE: ${{ env.START_DATE }}