From b3abea3bc80c11bc34a3f5d6094eccc47959a247 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 14 Jun 2024 02:59:59 +0000 Subject: [PATCH] Update actions/checkout action to v4.1.7 --- .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 03284c8..d31185c 100644 --- a/.github/workflows/android.yml +++ b/.github/workflows/android.yml @@ -24,7 +24,7 @@ jobs: working-directory: ./android-livestream steps: - name: checkout android-livestream - uses: actions/checkout@v4.0.0 + uses: actions/checkout@v4.1.7 with: path: ./android-livestream submodules: recursive