diff --git a/.github/workflows/android-ci.yml b/.github/workflows/android-ci.yml index 7fea67b..579ae71 100644 --- a/.github/workflows/android-ci.yml +++ b/.github/workflows/android-ci.yml @@ -14,7 +14,7 @@ jobs: steps: # Check out the repository code - name: Checkout code - uses: actions/checkout@v4 + uses: actions/checkout@v5 # Set up JDK (Java Development Kit) for Android - name: Set up JDK 17