Skip to content

Commit 2455e10

Browse files
chore(deps): update joshuakgoldberg/all-contributors-auto-action action to v0.3.2 (#581)
[![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.3.1` -> `v0.3.2` | --- ### Release Notes <details> <summary>JoshuaKGoldberg/all-contributors-auto-action (JoshuaKGoldberg/all-contributors-auto-action)</summary> ### [`v0.3.2`](https://togithub.com/JoshuaKGoldberg/all-contributors-auto-action/releases/tag/v0.3.2): : Fixed Issue Querying (Again) [Compare Source](https://togithub.com/JoshuaKGoldberg/all-contributors-auto-action/compare/v0.3.1...v0.3.2) Same as v0.3.1, but this time the built files include the fixes. </details> --- ### 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. --- - [ ] <!-- rebase-check -->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/template-typescript-node-package). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNS4xMzEuMCIsInVwZGF0ZWRJblZlciI6IjM2LjguMTEiLCJ0YXJnZXRCcmFuY2giOiJtYWluIn0=--> --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Josh Goldberg <[email protected]>
1 parent 2f7998c commit 2455e10

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/contributors.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88
- uses: ./.github/actions/prepare
99
- env:
1010
GITHUB_TOKEN: ${{ secrets.ACCESS_TOKEN }}
11-
uses: JoshuaKGoldberg/[email protected].1
11+
uses: JoshuaKGoldberg/[email protected].2
1212

1313
name: Contributors
1414

src/hydrate/steps/writing/creation/dotGitHub/workflows.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ export function createWorkflows({
5050
{ uses: "./.github/actions/prepare" },
5151
{
5252
env: { GITHUB_TOKEN: "${{ secrets.ACCESS_TOKEN }}" },
53-
uses: `JoshuaKGoldberg/[email protected].1`,
53+
uses: `JoshuaKGoldberg/[email protected].2`,
5454
},
5555
],
5656
}),

0 commit comments

Comments
 (0)