Skip to content

Commit 765bbb7

Browse files
1 parent dd4fc29 commit 765bbb7

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

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/all-contributors-auto-action@v0.3.2
124+
uses: JoshuaKGoldberg/all-contributors-auto-action@v0.4.0
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/all-contributors-auto-action@v0.3.2`,
87+
uses: `JoshuaKGoldberg/all-contributors-auto-action@v0.4.0`,
8888
},
8989
],
9090
}),

0 commit comments

Comments
 (0)