From 825e5a8c78ab5fd3402275f3c58779618fafabe6 Mon Sep 17 00:00:00 2001 From: Dario Date: Sun, 4 Aug 2024 15:36:28 -0300 Subject: [PATCH] Recursive workflow. --- .github/workflows/validate.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/validate.yml b/.github/workflows/validate.yml index 504dc46..f3a87c0 100644 --- a/.github/workflows/validate.yml +++ b/.github/workflows/validate.yml @@ -17,9 +17,9 @@ jobs: os: [ ubuntu-latest, windows-latest] steps: - name: Checkout - uses: actions/checkout@v3 + uses: actions/checkout@v4 with: - submodules: true + submodules: recursive - name: ccache uses: hendrikmuhs/ccache-action@v1.2 with: