diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index b75e3861..22b459b9 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -272,6 +272,8 @@ jobs: matrix: php-version: ['7.4'] steps: + - name: Checkout code + uses: actions/checkout@v2 - name: Use PHP uses: shivammathur/setup-php@v2 with: