From b4bdc5bafcc367c0ad906313933fff2e825bebbd Mon Sep 17 00:00:00 2001 From: Chris Renshaw Date: Tue, 19 Aug 2025 22:31:20 -0300 Subject: [PATCH] Update GitHub Actions --- .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 49c0e33..b3a444a 100644 --- a/.github/workflows/android.yml +++ b/.github/workflows/android.yml @@ -16,7 +16,7 @@ jobs: steps: - name: Check out - uses: actions/checkout@v4 + uses: actions/checkout@v5 with: submodules: 'recursive' fetch-depth: 0