Skip to content

Commit

Permalink
chore (ci): update gh actions pnpm setup to v4 (#2179)
Browse files Browse the repository at this point in the history
  • Loading branch information
jeremyphilemon committed Jul 4, 2024
1 parent 8487128 commit 580a5a3
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
uses: actions/checkout@v3

- name: Setup pnpm
uses: pnpm/action-setup@v2.2.2
uses: pnpm/action-setup@v4
with:
version: 8.6.9

Expand Down
10 changes: 5 additions & 5 deletions .github/workflows/quality.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
uses: actions/checkout@v3

- name: Setup pnpm
uses: pnpm/action-setup@v2.2.4
uses: pnpm/action-setup@v4
with:
version: 8.6.9

Expand All @@ -39,9 +39,9 @@ jobs:
uses: actions/checkout@v3

- name: Setup pnpm
uses: pnpm/action-setup@v2.2.4
uses: pnpm/action-setup@v4
with:
version: 8
version: 8.6.9

- name: Use Node.js 18
uses: actions/setup-node@v3
Expand All @@ -63,9 +63,9 @@ jobs:
uses: actions/checkout@v3

- name: Setup pnpm
uses: pnpm/action-setup@v2.2.4
uses: pnpm/action-setup@v4
with:
version: 7
version: 8.6.9

- name: Use Node.js 18
uses: actions/setup-node@v3
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release-snapshot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:
fetch-depth: 0

- name: Setup pnpm 8
uses: pnpm/action-setup@v2
uses: pnpm/action-setup@v4
with:
version: 8.6.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 @@ -23,7 +23,7 @@ jobs:
fetch-depth: 0

- name: Setup pnpm 8
uses: pnpm/action-setup@v2
uses: pnpm/action-setup@v4
with:
version: 8.6.9

Expand Down

0 comments on commit 580a5a3

Please sign in to comment.