From 617e2fab8db9b792a98a31ea190c8831b00c0437 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 23 Mar 2026 00:11:22 +0000 Subject: [PATCH] chore(deps): bump github-community-projects/contributors Bumps [github-community-projects/contributors](https://github.com/github-community-projects/contributors) from 1.7.8 to 2.0.4. - [Release notes](https://github.com/github-community-projects/contributors/releases) - [Commits](https://github.com/github-community-projects/contributors/compare/0d5adc3833e89ee1f4145744f5d69313cf5ea238...08ba1193dde975b1e1e5b0a4de4d4576be865c5c) --- updated-dependencies: - dependency-name: github-community-projects/contributors dependency-version: 2.0.4 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .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 b048468..79bf7f7 100644 --- a/.github/workflows/contributors_report.yaml +++ b/.github/workflows/contributors_report.yaml @@ -35,7 +35,7 @@ jobs: echo "END_DATE=$end_date" >> "$GITHUB_ENV" - name: Run contributor action - uses: github-community-projects/contributors@0d5adc3833e89ee1f4145744f5d69313cf5ea238 + uses: github-community-projects/contributors@08ba1193dde975b1e1e5b0a4de4d4576be865c5c env: GH_TOKEN: ${{ secrets.GITHUB_TOKEN }} START_DATE: ${{ env.START_DATE }}