Skip to content

Commit

Permalink
chore : ci deprecated 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
byeolhaha committed Feb 11, 2024
1 parent 63db814 commit 98ba446
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions .github/workflows/ci-develop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,14 +28,12 @@ jobs:

# 순차적으로 실행될 단계들을 정의하는 섹션
steps:
- name: Checkout code
uses: actions/[email protected]

- uses: actions/checkout@v4
- name: Set up JDK 17
uses: actions/setup-java@v3.13.0
uses: actions/setup-java@v4
with:
java-version: '17'
distribution: 'corretto'
distribution: 'temurin'

- name: Grant execute permission for gradlew
run: chmod +x ./gradlew
Expand Down

0 comments on commit 98ba446

Please sign in to comment.