From d06df5871bb0567fd3c7ca72a9be2be5d38a9d1a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 4 Nov 2024 17:20:30 +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.5.0 to 1.5.1 - [Release notes](https://github.com/github/contributors/releases) - [Commits](https://github.com/github/contributors/compare/1286dc8d6904a9a7f735e28b7503be164fb7d4b9...90922d5748ecaf8417a3b7a0eedb4892c8fa1c44) --- updated-dependencies: - dependency-name: github/contributors dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dependencies ... 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 5ffdb74..b8a3b69 100644 --- a/.github/workflows/contributor_report.yaml +++ b/.github/workflows/contributor_report.yaml @@ -27,7 +27,7 @@ jobs: echo "END_DATE=$end_date" >> "$GITHUB_ENV" - name: Run contributor action - uses: github/contributors@1286dc8d6904a9a7f735e28b7503be164fb7d4b9 + uses: github/contributors@90922d5748ecaf8417a3b7a0eedb4892c8fa1c44 env: GH_TOKEN: ${{ secrets.GITHUB_TOKEN }} START_DATE: ${{ env.START_DATE }}