Skip to content

Commit 086ba15

Browse files
committed
docs : ci-cd 자바 셋업 수정
1 parent 738d789 commit 086ba15

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/prod-server-deployer.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,9 @@ jobs:
1313
uses: actions/checkout@v4
1414

1515
- name: Set up JDK 17
16-
uses: actions/setup-java@v1
16+
uses: actions/setup-java@v4
1717
with:
18+
distribution: 'temurin'
1819
java-version: 17
1920

2021
- name: Set yaml file

0 commit comments

Comments
 (0)