Skip to content

Commit

Permalink
chore: ci-cd jdk 버전 21로 업데이트
Browse files Browse the repository at this point in the history
  • Loading branch information
wugawuga committed Jan 15, 2024
1 parent ce4532f commit 62b4d12
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/cicd-be.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@ jobs:
- name: Set up JDK11
uses: actions/setup-java@v3
with:
distribution: 'temurin'
java-version: '11'
distribution: 'corretto'
java-version: '21'

- name: Gradle 캐싱
uses: actions/cache@v3
Expand Down

0 comments on commit 62b4d12

Please sign in to comment.