From bd3f176aa1ea0ea94f822d1d0d11fa71e8541a6c Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 9 Jan 2024 22:13:21 +0000 Subject: [PATCH] chore(deps): update joshuakgoldberg/all-contributors-auto-action action to v0.4.1 (#116) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit [![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [JoshuaKGoldberg/all-contributors-auto-action](https://togithub.com/JoshuaKGoldberg/all-contributors-auto-action) | action | patch | `v0.4.0` -> `v0.4.1` | --- ### Release Notes
JoshuaKGoldberg/all-contributors-auto-action (JoshuaKGoldberg/all-contributors-auto-action) ### [`v0.4.1`](https://togithub.com/JoshuaKGoldberg/all-contributors-auto-action/releases/tag/v0.4.1): : Faster for Multiple Contributors [Compare Source](https://togithub.com/JoshuaKGoldberg/all-contributors-auto-action/compare/v0.4.0...v0.4.1) #### What's Changed - chore(deps): update dependency knip to v3.10.0 by [@​renovate](https://togithub.com/renovate) in [https://github.com/JoshuaKGoldberg/all-contributors-auto-action/pull/172](https://togithub.com/JoshuaKGoldberg/all-contributors-auto-action/pull/172) - chore(deps): update dependency eslint-plugin-jsdoc to v48 by [@​renovate](https://togithub.com/renovate) in [https://github.com/JoshuaKGoldberg/all-contributors-auto-action/pull/173](https://togithub.com/JoshuaKGoldberg/all-contributors-auto-action/pull/173) - chore(deps): update pnpm to v8.14.0 by [@​renovate](https://togithub.com/renovate) in [https://github.com/JoshuaKGoldberg/all-contributors-auto-action/pull/174](https://togithub.com/JoshuaKGoldberg/all-contributors-auto-action/pull/174) - test: added end-to-end style unit test by [@​JoshuaKGoldberg](https://togithub.com/JoshuaKGoldberg) in [https://github.com/JoshuaKGoldberg/all-contributors-auto-action/pull/178](https://togithub.com/JoshuaKGoldberg/all-contributors-auto-action/pull/178) - test: add tests for getExistingContributors by [@​JoshuaKGoldberg](https://togithub.com/JoshuaKGoldberg) in [https://github.com/JoshuaKGoldberg/all-contributors-auto-action/pull/182](https://togithub.com/JoshuaKGoldberg/all-contributors-auto-action/pull/182) - feat: parallelized per contributor by [@​JoshuaKGoldberg](https://togithub.com/JoshuaKGoldberg) in [https://github.com/JoshuaKGoldberg/all-contributors-auto-action/pull/187](https://togithub.com/JoshuaKGoldberg/all-contributors-auto-action/pull/187) - docs: add logo by [@​JoshuaKGoldberg](https://togithub.com/JoshuaKGoldberg) in [https://github.com/JoshuaKGoldberg/all-contributors-auto-action/pull/188](https://togithub.com/JoshuaKGoldberg/all-contributors-auto-action/pull/188) **Full Changelog**: https://github.com/JoshuaKGoldberg/all-contributors-auto-action/compare/v0.4.0...v0.4.1
--- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] If you want to rebase/retry this PR, check this box --- This PR has been generated by [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View repository job log [here](https://developer.mend.io/github/JoshuaKGoldberg/sinon-timers-repeatable). Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- .github/workflows/contributors.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/contributors.yml b/.github/workflows/contributors.yml index 6bf79056..8e9994d6 100644 --- a/.github/workflows/contributors.yml +++ b/.github/workflows/contributors.yml @@ -8,7 +8,7 @@ jobs: - uses: ./.github/actions/prepare - env: GITHUB_TOKEN: ${{ secrets.ACCESS_TOKEN }} - uses: JoshuaKGoldberg/all-contributors-auto-action@v0.4.0 + uses: JoshuaKGoldberg/all-contributors-auto-action@v0.4.1 name: Contributors