Skip to content

Commit b49acda

Browse files
committed
chore: update pnpm installer
1 parent 44aeb42 commit b49acda

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
git config --global user.name "WebdriverIO Release Bot"
3030
3131
- name: 📦 Setup pnpm
32-
uses: pnpm/action-setup@v2
32+
uses: pnpm/action-setup@v4
3333
with:
3434
version: 8
3535

.github/workflows/tests.yml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ jobs:
4848
ref: ${{ github.event.pull_request.head.sha }}
4949

5050
- name: 📦 Setup pnpm
51-
uses: pnpm/action-setup@v2
51+
uses: pnpm/action-setup@v4
5252
with:
5353
version: 8
5454

@@ -90,7 +90,7 @@ jobs:
9090
ref: ${{ github.event.pull_request.head.sha }}
9191

9292
- name: 📦 Setup pnpm
93-
uses: pnpm/action-setup@v2
93+
uses: pnpm/action-setup@v4
9494
with:
9595
version: 8
9696

@@ -154,7 +154,7 @@ jobs:
154154
ref: ${{ github.event.pull_request.head.sha }}
155155

156156
- name: 📦 Setup pnpm
157-
uses: pnpm/action-setup@v2
157+
uses: pnpm/action-setup@v4
158158
with:
159159
version: 8
160160

@@ -218,7 +218,7 @@ jobs:
218218
ref: ${{ github.event.pull_request.head.sha }}
219219

220220
- name: 📦 Setup pnpm
221-
uses: pnpm/action-setup@v2
221+
uses: pnpm/action-setup@v4
222222
with:
223223
version: 8
224224

@@ -282,7 +282,7 @@ jobs:
282282
ref: ${{ github.event.pull_request.head.sha }}
283283

284284
- name: 📦 Setup pnpm
285-
uses: pnpm/action-setup@v2
285+
uses: pnpm/action-setup@v4
286286
with:
287287
version: 8
288288

@@ -346,7 +346,7 @@ jobs:
346346
ref: ${{ github.event.pull_request.head.sha }}
347347

348348
- name: 📦 Setup pnpm
349-
uses: pnpm/action-setup@v2
349+
uses: pnpm/action-setup@v4
350350
with:
351351
version: 8
352352

@@ -410,7 +410,7 @@ jobs:
410410
ref: ${{ github.event.pull_request.head.sha }}
411411

412412
- name: 📦 Setup pnpm
413-
uses: pnpm/action-setup@v2
413+
uses: pnpm/action-setup@v4
414414
with:
415415
version: 8
416416

0 commit comments

Comments
 (0)