From d1ec9815a45f906e5aebbd87102e1a5e1dfcb3ee Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Oct 2025 00:06:25 +0000 Subject: [PATCH] chore(deps): bump github/contributors in the dependencies group Bumps the dependencies group with 1 update: [github/contributors](https://github.com/github/contributors). Updates `github/contributors` from 1.7.2 to 1.7.3 - [Release notes](https://github.com/github/contributors/releases) - [Commits](https://github.com/github/contributors/compare/91d7b1439ccbfd8cdfb8399691daad81f7087996...615f7471903e192746ba2b0cba8451af1d673057) --- updated-dependencies: - dependency-name: github/contributors dependency-version: 1.7.3 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 d21ac6e..6593b2a 100644 --- a/.github/workflows/contributors_report.yaml +++ b/.github/workflows/contributors_report.yaml @@ -30,7 +30,7 @@ jobs: echo "END_DATE=$end_date" >> "$GITHUB_ENV" - name: Run contributor action - uses: github/contributors@91d7b1439ccbfd8cdfb8399691daad81f7087996 + uses: github/contributors@615f7471903e192746ba2b0cba8451af1d673057 env: GH_TOKEN: ${{ secrets.GITHUB_TOKEN }} START_DATE: ${{ env.START_DATE }}