From ee95b8d17288e4ccca27f6e4b067e2d38354a0c8 Mon Sep 17 00:00:00 2001 From: Doeke Norg Date: Tue, 3 Sep 2024 09:30:02 +0200 Subject: [PATCH] Update GitHub cache action version --- .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 d073aa4..8a86e15 100644 --- a/.github/workflows/phpunit.yml +++ b/.github/workflows/phpunit.yml @@ -24,7 +24,7 @@ jobs: run: composer validate - name: Cache dependencies id: cache - uses: actions/cache@v2 + uses: actions/cache@v4 with: path: vendor key: ${{ runner.os }}-build-${{ matrix.php-versions }}-${{ hashFiles('composer.json') }}