Skip to content

Commit a6612de

Browse files
committed
modify: 코드레빗이 actions/cache 캐시 버전 4 쓰라고 하네요
1 parent ff444bc commit a6612de

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test-ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
echo "store-path=$(pnpm store path)" >> $GITHUB_OUTPUT
4141
4242
- name: Setup pnpm cache
43-
uses: actions/cache@v3
43+
uses: actions/cache@v4
4444
with:
4545
path: ${{ steps.pnpm-cache.outputs.store-path }}
4646
key: ${{ runner.os }}-pnpm-store-${{ hashFiles('**/pnpm-lock.yaml') }}

0 commit comments

Comments
 (0)