Skip to content

Commit 7aed154

Browse files
committed
Update pnpm setup action
1 parent 50506dc commit 7aed154

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

.github/workflows/e2e.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
fetch-depth: 0
2424

2525
- name: ⎔ Setup pnpm
26-
uses: pnpm/action-setup@v2.2.4
26+
uses: pnpm/action-setup@v4
2727
with:
2828
version: 8.15.5
2929

@@ -63,7 +63,7 @@ jobs:
6363
submodules: recursive
6464

6565
- name: ⎔ Setup pnpm
66-
uses: pnpm/action-setup@v2.2.4
66+
uses: pnpm/action-setup@v4
6767
with:
6868
version: 8.15.5
6969

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
fetch-depth: 0
2929

3030
- name: ⎔ Setup pnpm
31-
uses: pnpm/action-setup@v2.2.4
31+
uses: pnpm/action-setup@v4
3232
with:
3333
version: 8.15.5
3434

.github/workflows/typecheck.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
fetch-depth: 0
1313

1414
- name: ⎔ Setup pnpm
15-
uses: pnpm/action-setup@v2.2.4
15+
uses: pnpm/action-setup@v4
1616
with:
1717
version: 8.15.5
1818

.github/workflows/unit-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
fetch-depth: 0
1313

1414
- name: ⎔ Setup pnpm
15-
uses: pnpm/action-setup@v2.2.4
15+
uses: pnpm/action-setup@v4
1616
with:
1717
version: 8.15.5
1818

0 commit comments

Comments
 (0)