Skip to content

Commit

Permalink
chore: update pnpm/action-setup to v4 (#2199)
Browse files Browse the repository at this point in the history
  • Loading branch information
DanielleHuisman authored Jul 9, 2024
1 parent 8970e3e commit 1a0b39d
Show file tree
Hide file tree
Showing 5 changed files with 12 additions and 12 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,9 @@ jobs:
with:
node-version: 18

- uses: pnpm/action-setup@v2
- uses: pnpm/action-setup@v4
with:
version: 8.15
version: 8.15.6

- name: Install dependencies
run: pnpm install
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/compat.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,9 @@ jobs:
node-version: 18

- name: Set up pnpm
uses: pnpm/action-setup@v2
uses: pnpm/action-setup@v4
with:
version: 8.15
version: 8.15.6

- name: Install dependencies
run: pnpm install
Expand Down Expand Up @@ -62,9 +62,9 @@ jobs:
with:
node-version: 18

- uses: pnpm/action-setup@v2
- uses: pnpm/action-setup@v4
with:
version: 8.15
version: 8.15.6

- name: Install dependencies
run: pnpm install
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,9 @@ jobs:
always-auth: true
registry-url: https://registry.npmjs.org

- uses: pnpm/action-setup@v2
- uses: pnpm/action-setup@v4
with:
version: 8.15
version: 8.15.6

- name: Setup Git
run: |
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/smoke-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,9 @@ jobs:
node-version: 18

- name: Set up PNPM
uses: pnpm/action-setup@v2
uses: pnpm/action-setup@v4
with:
version: 8.15
version: 8.15.6

- name: Install dependencies
run: pnpm install
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/typescript-nightly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,9 +45,9 @@ jobs:
node-version: 18

- name: Set up pnpm
uses: pnpm/action-setup@v2
uses: pnpm/action-setup@v4
with:
version: 8.15
version: 8.15.6

- name: Install dependencies
run: pnpm install
Expand Down

0 comments on commit 1a0b39d

Please sign in to comment.