Skip to content

Commit 1ae0f74

Browse files
committed
Refactor: CD workflow 수정
- node20 미만 버전의 deprecated에 따라 gradle 캐싱 step의 버전을 v3 -> v4로 업데이트
1 parent 53a5615 commit 1ae0f74

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/CD.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
java-version: 21
2020

2121
- name: Gradle 캐싱
22-
uses: actions/cache@v3
22+
uses: actions/cache@v4
2323
with:
2424
path: |
2525
~/.gradle/caches

.github/workflows/CI.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ jobs:
4747
java-version: 21
4848

4949
- name: Gradle 캐싱
50-
uses: actions/cache@v3
50+
uses: actions/cache@v4
5151
with:
5252
path: |
5353
~/.gradle/caches

0 commit comments

Comments
 (0)