Skip to content

Commit

Permalink
[chore] #181 use actions/setup-java@v3
Browse files Browse the repository at this point in the history
  • Loading branch information
jihyunniiii committed Aug 10, 2024
1 parent aa6b821 commit b95bc56
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/android_cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
${{ runner.os }}-gradle-
- name: set up JDK 17
uses: actions/setup-java@v1
uses: actions/setup-java@v3
with:
java-version: 17

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/android_ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
${{ runner.os }}-gradle-
- name: set up JDK 17
uses: actions/setup-java@v1
uses: actions/setup-java@v3
with:
java-version: 17

Expand Down

0 comments on commit b95bc56

Please sign in to comment.