From 44e3024a0ab3cb66827ebedb8cd8299d4e52bf54 Mon Sep 17 00:00:00 2001 From: Arthur LORENT Date: Mon, 1 Aug 2022 10:31:30 +0200 Subject: [PATCH] 2.2.1 (#7) * Replaced `phpcs/phpcbf` by `laravel/pint` --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 18d09dd..f836601 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -28,10 +28,10 @@ jobs: steps: - name: Checkout code - uses: actions/checkout@v2 + uses: actions/checkout@v3 - name: Cache dependencies - uses: actions/cache@v2 + uses: actions/cache@v3 with: path: ~/.composer/cache/files key: dependencies-laravel-${{ matrix.laravel }}-php-${{ matrix.php }}-composer-${{ hashFiles('composer.json') }}