From 6266337db92f5aecacd710f4189d630f3d6465cc Mon Sep 17 00:00:00 2001 From: "text-html-renovate[bot]" <182508163+text-html-renovate[bot]@users.noreply.github.com> Date: Thu, 11 Dec 2025 22:02:29 +0000 Subject: [PATCH] chore(deps): update actions/cache action to v5 --- .github/workflows/test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 25da67f..b8d64a0 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -32,7 +32,7 @@ jobs: - name: Cache Composer packages id: composer-cache - uses: actions/cache@v4 + uses: actions/cache@v5 with: path: vendor key: ${{ runner.os }}-php-${{ matrix.php-versions }}-${{ hashFiles('composer.json') }}