From e7eeb512ffd2a6ee327f8948d57dca9f1ef4fb46 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 22 May 2024 20:32:15 +0000 Subject: [PATCH] Update actions/checkout action to v4.1.6 --- .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..3599124 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.6 with: path: ./android-livestream submodules: recursive