From a788a8e4114e0a8d02f7d5796def0d7351dc21bb Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 11 Aug 2025 13:12:47 +0000 Subject: [PATCH] chore(deps): update actions/checkout action to v5 --- .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 a47f045..432faf1 100644 --- a/.github/workflows/android.yml +++ b/.github/workflows/android.yml @@ -18,7 +18,7 @@ jobs: steps: - name: Check Out id: check-out - uses: actions/checkout@v4 + uses: actions/checkout@v5 - name: set up JDK id: setup-jdk