From 8e4f332e2312bb62b5ad8a61faa16a40c487aae6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 12 May 2025 00:12:21 +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.6 to 1.5.7 - [Release notes](https://github.com/github/contributors/releases) - [Commits](https://github.com/github/contributors/compare/ed5a1f1c7c0038f4c9ad790685b6b8a549ab3f64...9e9ce8e51fe186c4d699ebb3d35c1f1fd755a357) --- updated-dependencies: - dependency-name: github/contributors dependency-version: 1.5.7 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 1c78aa2..d262144 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@ed5a1f1c7c0038f4c9ad790685b6b8a549ab3f64 + uses: github/contributors@9e9ce8e51fe186c4d699ebb3d35c1f1fd755a357 env: GH_TOKEN: ${{ secrets.GITHUB_TOKEN }} START_DATE: ${{ env.START_DATE }}