Skip to content

Commit e598a2a

Browse files
committed
pnpm/action-setup 버전 업데이트
1 parent 723d2cf commit e598a2a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ jobs:
6464
ref: main # ref를 main 설정하지 않으면 workflow가 트리거된 ref가 사용됨 (`Update package.json version` 단계의 커밋 반영을 위해 main으로 설정)
6565

6666
- name: Setup pnpm
67-
uses: pnpm/action-setup@v2
67+
uses: pnpm/action-setup@v4
6868
with:
6969
version: 9.1.2
7070

0 commit comments

Comments
 (0)