Skip to content

Commit cfa1637

Browse files
test: fix version number from all-contributors-auto-action bump
1 parent ff62307 commit cfa1637

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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].0`,
53+
uses: `JoshuaKGoldberg/[email protected].1`,
5454
},
5555
],
5656
}),

0 commit comments

Comments
 (0)