Skip to content

Commit

Permalink
ci: Upgrade remaining pnpm/action-setup@v2 to v4 (#487)
Browse files Browse the repository at this point in the history
  • Loading branch information
BYK committed Aug 12, 2024
1 parent cf5b86a commit 88b1206
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ jobs:
node-version-file: 'package.json'

- name: Setup pnpm & install dependencies
uses: pnpm/action-setup@v2
uses: pnpm/action-setup@v4
with:
run_install: true

Expand Down Expand Up @@ -115,7 +115,7 @@ jobs:
fetch-depth: 0

- name: Install pnpm
uses: pnpm/action-setup@v2
uses: pnpm/action-setup@v4

- name: Setup Node
uses: actions/setup-node@v3
Expand Down

0 comments on commit 88b1206

Please sign in to comment.