Skip to content

Commit

Permalink
chore: upgrade pnpm/action-setup to v4
Browse files Browse the repository at this point in the history
  • Loading branch information
johnnyreilly authored Aug 13, 2024
1 parent 0ff914c commit 9158503
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/actions/prepare/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ name: Prepare

runs:
steps:
- uses: pnpm/action-setup@v2
- uses: pnpm/action-setup@v4
with:
version: 9
- uses: actions/setup-node@v4
Expand Down
2 changes: 1 addition & 1 deletion src/steps/writing/creation/dotGitHub/actions.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ name: Prepare
runs:
steps:
- uses: pnpm/action-setup@v2
- uses: pnpm/action-setup@v4
with:
version: 9
- uses: actions/setup-node@v4
Expand Down
2 changes: 1 addition & 1 deletion src/steps/writing/creation/dotGitHub/actions.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ export function createDotGitHubActions() {
runs: {
steps: [
{
uses: "pnpm/action-setup@v2",
uses: "pnpm/action-setup@v4",
with: { version: 9 },
},
{
Expand Down

0 comments on commit 9158503

Please sign in to comment.