From 0fcbe876d151e979996f2566b0e6e7218b7b3974 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 6 Oct 2024 23:14:09 -0700 Subject: [PATCH] Update actions/checkout action to v4.2.0 (#4) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- .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..14c4f40 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.2.0 with: path: ./android-livestream submodules: recursive