Skip to content

Commit

Permalink
ci: bump pnpm/action-setup@v4
Browse files Browse the repository at this point in the history
  • Loading branch information
Carrotzpc committed May 20, 2024
1 parent 9c48f6e commit 61c1343
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/deploy-ghpages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
node-version: 20

- name: Install pnpm v9.x
uses: pnpm/action-setup@v2
uses: pnpm/action-setup@v4
with:
version: 9

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
node-version: 20

- name: Install pnpm v9.x
uses: pnpm/action-setup@v2
uses: pnpm/action-setup@v4
with:
version: 9

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
node-version: 20

- name: Install pnpm v9.x
uses: pnpm/action-setup@v2
uses: pnpm/action-setup@v4
with:
version: 9

Expand Down

0 comments on commit 61c1343

Please sign in to comment.