From 41fc5bbb9a725accf60b09f4841331bc7dd88fb1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 Jan 2025 17:15:08 +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.1 to 1.5.3 - [Release notes](https://github.com/github/contributors/releases) - [Commits](https://github.com/github/contributors/compare/90922d5748ecaf8417a3b7a0eedb4892c8fa1c44...695ea9d3f1c31f6ff67ab7d6a964a15f8ef9fa04) --- 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 d940168..f3c5041 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@90922d5748ecaf8417a3b7a0eedb4892c8fa1c44 # v1.5.1 + uses: github/contributors@695ea9d3f1c31f6ff67ab7d6a964a15f8ef9fa04 # v1.5.3 env: GH_TOKEN: ${{ secrets.GITHUB_TOKEN }} START_DATE: ${{ env.START_DATE }}