Skip to content

Commit d2b02a6

Browse files
chore(deps): update pnpm/action-setup action to v4
1 parent 2f36e82 commit d2b02a6

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/format-check.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
- name: 🧱 Checkout repository
1919
uses: actions/checkout@v4
2020
- name: 🔩 Setup PNPM
21-
uses: pnpm/action-setup@v3
21+
uses: pnpm/action-setup@v4
2222
with:
2323
version: next-9
2424
standalone: true

.github/workflows/lint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
- name: 🧱 Checkout repository
1414
uses: actions/checkout@v4
1515
- name: 🔩 Setup PNPM
16-
uses: pnpm/action-setup@v3
16+
uses: pnpm/action-setup@v4
1717
with:
1818
version: next-9
1919
standalone: true

0 commit comments

Comments
 (0)