Skip to content

Commit ef7f143

Browse files
chore(deps): update pnpm/action-setup action to v4
1 parent 355026c commit ef7f143

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/pr_check.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
uses: actions/checkout@v4
1515

1616
- name: Setup PNPM
17-
uses: pnpm/action-setup@v3
17+
uses: pnpm/action-setup@v4
1818
with:
1919
run_install: true
2020

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
uses: actions/checkout@v4
1818

1919
- name: Setup PNPM
20-
uses: pnpm/action-setup@v3
20+
uses: pnpm/action-setup@v4
2121
with:
2222
run_install: true
2323

0 commit comments

Comments
 (0)