From b75f642e6782403be318cb24423caa287f55fd7c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 7 May 2024 17:27:00 +0000 Subject: [PATCH] chore(deps): bump github/contributors from 1.3.0 to 1.4.2 Bumps [github/contributors](https://github.com/github/contributors) from 1.3.0 to 1.4.2. - [Release notes](https://github.com/github/contributors/releases) - [Commits](https://github.com/github/contributors/compare/832b6518181710ef277bc9ddafda6696e6b312bd...fa291c69abb946173a963a32f20ee29e8a7b6775) --- updated-dependencies: - dependency-name: github/contributors dependency-type: direct:production update-type: version-update:semver-minor ... 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 c3f14dc..2c528f4 100644 --- a/.github/workflows/contributor_report.yaml +++ b/.github/workflows/contributor_report.yaml @@ -28,7 +28,7 @@ jobs: echo "END_DATE=$end_date" >> "$GITHUB_ENV" - name: Run contributor action - uses: github/contributors@832b6518181710ef277bc9ddafda6696e6b312bd + uses: github/contributors@fa291c69abb946173a963a32f20ee29e8a7b6775 env: GH_TOKEN: ${{ secrets.GITHUB_TOKEN }} START_DATE: ${{ env.START_DATE }}