Skip to content

Commit 4a58d10

Browse files
chore: bump all-contributors-auto-action to v0.4.2 (#1232)
## PR Checklist - [x] Addresses an existing open issue: fixes #1231 - [x] That issue was marked as [`status: accepting prs`](https://github.com/JoshuaKGoldberg/create-typescript-app/issues?q=is%3Aopen+is%3Aissue+label%3A%22status%3A+accepting+prs%22) - [x] Steps in [CONTRIBUTING.md](https://github.com/JoshuaKGoldberg/create-typescript-app/blob/main/.github/CONTRIBUTING.md) were taken ## Overview Let's hope this fixes things.
1 parent f0c0066 commit 4a58d10

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
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/steps/writing/creation/dotGitHub/createWorkflows.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@ describe("createWorkflows", () => {
121121
- uses: ./.github/actions/prepare
122122
- env:
123123
GITHUB_TOKEN: \${{ secrets.ACCESS_TOKEN }}
124-
uses: JoshuaKGoldberg/[email protected].0
124+
uses: JoshuaKGoldberg/[email protected].2
125125
126126
name: Contributors
127127

src/steps/writing/creation/dotGitHub/createWorkflows.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ export function createWorkflows(options: Options) {
8484
{ uses: "./.github/actions/prepare" },
8585
{
8686
env: { GITHUB_TOKEN: "${{ secrets.ACCESS_TOKEN }}" },
87-
uses: `JoshuaKGoldberg/[email protected].0`,
87+
uses: `JoshuaKGoldberg/[email protected].2`,
8888
},
8989
],
9090
}),

0 commit comments

Comments
 (0)