Skip to content

Commit c7777f0

Browse files
committed
[BOOK-381] chore: 토끼 코리 반영
1 parent 4cb00dd commit c7777f0

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/android-ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -54,12 +54,12 @@ jobs:
5454
stability_check:
5555
name: Compose Stability Check
5656
runs-on: macos-latest
57-
needs: build
57+
needs: ci-build
5858
steps:
5959
- name: Check out code
60-
uses: actions/checkout@v5.0.0
60+
uses: actions/checkout@v5
6161
- name: Set up JDK
62-
uses: actions/setup-java@v5.0.0
62+
uses: actions/setup-java@v5
6363
with:
6464
distribution: 'zulu'
6565
java-version: 21

0 commit comments

Comments
 (0)