Skip to content

Commit

Permalink
docs : ci-cd 자바 셋업 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
KoSeonJe committed Jan 19, 2025
1 parent 738d789 commit 086ba15
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/prod-server-deployer.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,9 @@ jobs:
uses: actions/checkout@v4

- name: Set up JDK 17
uses: actions/setup-java@v1
uses: actions/setup-java@v4
with:
distribution: 'temurin'
java-version: 17

- name: Set yaml file
Expand Down

0 comments on commit 086ba15

Please sign in to comment.