Skip to content

Commit

Permalink
versionCode: 22, versionName: 2.0.1
Browse files Browse the repository at this point in the history
- 버그 수정
  • Loading branch information
unam98 committed Jun 17, 2024
1 parent 7f5bf74 commit 9135aec
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/CD.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v2
uses: actions/checkout@v3

- name: Gradle cache
uses: actions/cache@v2
Expand All @@ -27,7 +27,7 @@ jobs:
restore-keys: |
${{ 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 9135aec

Please sign in to comment.