From d55db7bde4974ac74b46b8660b2a7f8c02f78335 Mon Sep 17 00:00:00 2001 From: Alexander Capehart Date: Thu, 1 Aug 2024 01:49:08 +0000 Subject: [PATCH] actions: use checkout v4 --- .github/workflows/android.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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