From bfce0e2f9a2c6939579cb21f33fcac374af0b8e3 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 25 Apr 2024 23:52:48 +0000 Subject: [PATCH] Update actions/checkout action to v4.1.4 --- .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..2628525 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.4 with: path: ./android-livestream submodules: recursive