diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index ab863b6..dd564d6 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -9,7 +9,7 @@ jobs: matrix: php: ['7.4', '8.0'] steps: - - uses: actions/checkout@v1 + - uses: actions/checkout@v3 - name: Install dependencies run: composer install --no-interaction --no-progress - name: Run tests