From f5368a4aab297518fa463b54c990078b0cc7056e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 16 Oct 2023 02:36:13 +0000 Subject: [PATCH] Bump TheLastProject/contributors-to-file-action from 3.0.1 to 3.0.2 Bumps [TheLastProject/contributors-to-file-action](https://github.com/thelastproject/contributors-to-file-action) from 3.0.1 to 3.0.2. - [Release notes](https://github.com/thelastproject/contributors-to-file-action/releases) - [Commits](https://github.com/thelastproject/contributors-to-file-action/compare/v3.0.1...v3.0.2) --- updated-dependencies: - dependency-name: TheLastProject/contributors-to-file-action dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/contributors-to-file.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/contributors-to-file.yml b/.github/workflows/contributors-to-file.yml index e68936a19..2b3867c66 100644 --- a/.github/workflows/contributors-to-file.yml +++ b/.github/workflows/contributors-to-file.yml @@ -28,7 +28,7 @@ jobs: uses: actions/checkout@v4.1.0 - name: Update contributors id: update_contributors - uses: TheLastProject/contributors-to-file-action@v3.0.1 + uses: TheLastProject/contributors-to-file-action@v3.0.2 with: file_in_repo: app/src/main/res/raw/contributors.txt - name: Create Pull Request