diff --git a/.github/workflows/android.yml b/.github/workflows/android.yml index 61ec47e0c..72dedd3ad 100644 --- a/.github/workflows/android.yml +++ b/.github/workflows/android.yml @@ -12,7 +12,7 @@ jobs: steps: - name: Clone repository - uses: actions/checkout@v3 + uses: actions/checkout@v4 - name: Clone submodules run: git submodule update --init --recursive --remote - name: Set up JDK 17