diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 14e5127..814e71d 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -61,7 +61,7 @@ jobs: - name: Check .php files for syntax errors run: composer test:lint -- --checkstyle | cs2pr - - uses: actions/cache@v3 + - uses: actions/cache@v4 id: cache-db with: path: ~/.symfony/cache