From 49bfdf2a2068f0fc5725b5789e2e1894d247baec Mon Sep 17 00:00:00 2001 From: Mior Muhammad Zaki Date: Wed, 10 Nov 2021 07:02:12 +0800 Subject: [PATCH] wip Signed-off-by: Mior Muhammad Zaki --- .github/workflows/tests.yml | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 88eb144..5b6ceba 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -81,11 +81,10 @@ jobs: name: PHP${{ matrix.php }} with PHPUnit${{ matrix.phpunit }} on ${{ matrix.os }} (${{ matrix.dependencies }}) steps: - - name: Checkout code - uses: actions/checkout@v1 - - - name: Checkout submodules - uses: textbook/git-checkout-submodule-action@master + - name: Checkout repository and submodules + uses: actions/checkout@v2 + with: + submodules: recursive - name: Setup PHP uses: shivammathur/setup-php@v2