Skip to content

Commit

Permalink
Fix: gradle.yml 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
jiminh00 authored Aug 2, 2024
1 parent 5441957 commit dd67160
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/gradle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
runs-on: ubuntu-22.04
steps:
## jdk setting
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: Set up JDK 17
uses: actions/setup-java@v3
with:
Expand All @@ -25,7 +25,7 @@ jobs:

## gradle caching
- name: Gradle Caching
uses: actions/cache@v3
uses: actions/cache@v
with:
path: |
~/.gradle/caches
Expand Down

0 comments on commit dd67160

Please sign in to comment.