Skip to content

Commit

Permalink
[chore] gradle 버전 설정
Browse files Browse the repository at this point in the history
  • Loading branch information
LeeJE20 authored Sep 23, 2023
1 parent 3a4deaf commit 2e5614b
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,9 @@ jobs:
java-version: "17"

- name: Setup Gradle
uses: gradle/gradle-build-action@v2
- uses: gradle/gradle-build-action@v2
with:
gradle-version: 8.2.1

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

0 comments on commit 2e5614b

Please sign in to comment.