From d374e1eeee556c268f4fd4c85930389d040f375f Mon Sep 17 00:00:00 2001 From: Alexandr Chernyaev Date: Thu, 12 Sep 2024 01:00:29 +0300 Subject: [PATCH] Update actions/cache to v4 --- .github/workflows/phpunit.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/phpunit.yml b/.github/workflows/phpunit.yml index e5c19508a..8b478e854 100644 --- a/.github/workflows/phpunit.yml +++ b/.github/workflows/phpunit.yml @@ -30,7 +30,7 @@ jobs: uses: actions/checkout@v4 - name: Cache dependencies 🔧 - uses: actions/cache@v3.3.1 + uses: actions/cache@v4 with: path: ~/.composer/cache/files key: dependencies-laravel-${{ matrix.laravel }}-php-${{ matrix.php }}-composer-${{ hashFiles('composer.json') }}