From 42bdd54af81ab885bbca33fa634e6126ac570943 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 7 May 2026 21:37:09 +0000 Subject: [PATCH] chore(deps): bump github-community-projects/contributors Bumps the dependencies group with 1 update: [github-community-projects/contributors](https://github.com/github-community-projects/contributors). Updates `github-community-projects/contributors` from 2.0.8 to 2.0.9 - [Release notes](https://github.com/github-community-projects/contributors/releases) - [Commits](https://github.com/github-community-projects/contributors/compare/52a3496ac6255da1bb2d1368aa610ec129270ebb...9c4c2b60e7a339d2a2ad6cd3274aeb3b5be55be2) --- updated-dependencies: - dependency-name: github-community-projects/contributors dependency-version: 2.0.9 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dependencies ... 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 26f6fd3..363e890 100644 --- a/.github/workflows/contributors_report.yaml +++ b/.github/workflows/contributors_report.yaml @@ -34,7 +34,7 @@ jobs: echo "END_DATE=$end_date" >> "$GITHUB_ENV" - name: Run contributor action - uses: github-community-projects/contributors@52a3496ac6255da1bb2d1368aa610ec129270ebb + uses: github-community-projects/contributors@9c4c2b60e7a339d2a2ad6cd3274aeb3b5be55be2 env: GH_TOKEN: ${{ secrets.GITHUB_TOKEN }} START_DATE: ${{ env.START_DATE }}