diff --git a/.github/workflows/android_ci.yml b/.github/workflows/android_ci.yml index 1676b80e..138fd81f 100644 --- a/.github/workflows/android_ci.yml +++ b/.github/workflows/android_ci.yml @@ -27,7 +27,7 @@ jobs: if: ${{ github.event_name == 'workflow_dispatch' || (github.event_name == 'push' && !startsWith(github.event.head_commit.message, '[skip ci]') && github.ref == 'refs/heads/main') }} steps: - - uses: actions/checkout@v6 + - uses: actions/checkout@v7 with: submodules: 'true' fetch-depth: 0