From 744707e26394dff4b4ee7aee8d724339c0730f8e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 8 Jun 2026 14:52:42 +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.15 to 2.0.16 - [Release notes](https://github.com/github-community-projects/contributors/releases) - [Commits](https://github.com/github-community-projects/contributors/compare/4fda46a62ca1f1f1162c053c11d9576ae0cdda99...cc2aed69181e7633fa88a0d4303101738e7f4cab) --- updated-dependencies: - dependency-name: github-community-projects/contributors dependency-version: 2.0.16 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dependencies ... Signed-off-by: dependabot[bot] --- .github/workflows/contributors.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/contributors.yml b/.github/workflows/contributors.yml index d50377c..c71acf1 100644 --- a/.github/workflows/contributors.yml +++ b/.github/workflows/contributors.yml @@ -32,7 +32,7 @@ jobs: echo "END_DATE=$end_date" >> "$GITHUB_ENV" - name: Run contributor action - uses: github-community-projects/contributors@4fda46a62ca1f1f1162c053c11d9576ae0cdda99 # v2.0.15 + uses: github-community-projects/contributors@cc2aed69181e7633fa88a0d4303101738e7f4cab # v2.0.16 env: GH_TOKEN: ${{ secrets.GITHUB_TOKEN }} START_DATE: ${{ env.START_DATE }}