From de4e00fa2fea16ee6813c1ad4b9d43b962cd1352 Mon Sep 17 00:00:00 2001 From: Paul Bertrand Date: Thu, 18 Jun 2026 11:14:28 +0200 Subject: [PATCH] ci: bump cache action to v5 --- .github/workflows/tests.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index af2e875..369e6af 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -62,13 +62,13 @@ jobs: run: pnpm install - name: Cache wp-env - uses: actions/cache@v4 + uses: actions/cache@v5 with: path: ~/.wp-env key: ${{ runner.os }}-wp-env-${{ matrix.wp }}-${{ matrix.php }}-${{ hashFiles('.wp-env.json') }} - name: Cache Playwright browsers - uses: actions/cache@v4 + uses: actions/cache@v5 with: path: ~/.cache/ms-playwright key: ${{ runner.os }}-playwright-${{ hashFiles('pnpm-lock.yaml') }}