From d261a2f7bf93684ef600681545a9ea4f9893ef40 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 May 2024 13:12:30 +0000 Subject: [PATCH] Bump akhilmhdh/contributors-readme-action from 2.3.6 to 2.3.8 Bumps [akhilmhdh/contributors-readme-action](https://github.com/akhilmhdh/contributors-readme-action) from 2.3.6 to 2.3.8. - [Release notes](https://github.com/akhilmhdh/contributors-readme-action/releases) - [Commits](https://github.com/akhilmhdh/contributors-readme-action/compare/v2.3.6...v2.3.8) --- updated-dependencies: - dependency-name: akhilmhdh/contributors-readme-action dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/update-contributores.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/update-contributores.yml b/.github/workflows/update-contributores.yml index 5ba35982..eaa86b24 100644 --- a/.github/workflows/update-contributores.yml +++ b/.github/workflows/update-contributores.yml @@ -12,6 +12,6 @@ jobs: name: A job to automate contributors in README steps: - name: Contribute List - uses: akhilmhdh/contributors-readme-action@v2.3.6 + uses: akhilmhdh/contributors-readme-action@v2.3.8 env: GITHUB_TOKEN: ${{ secrets.PAT }}