Skip to content

Commit 546c709

Browse files
Update pnpm/action-setup action to v5
1 parent dd17fe0 commit 546c709

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/build-check.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323

2424
# 2. Pnpm 설정
2525
- name: Setup Pnpm
26-
uses: pnpm/action-setup@v4
26+
uses: pnpm/action-setup@v5
2727
with:
2828
version: 9.15.9
2929
run_install: false

.github/workflows/storybook.yml

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

2929
- name: setup pnpm
30-
uses: pnpm/action-setup@v4
30+
uses: pnpm/action-setup@v5
3131
with:
3232
version: latest
3333
run_install: false

0 commit comments

Comments
 (0)