From 479a210d178c11d475f77f605c925f9d820bf762 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 21 May 2025 11:33:44 +0000 Subject: [PATCH] chore: bump actions/cache from 3 to 4 Bumps [actions/cache](https://github.com/actions/cache) from 3 to 4. - [Release notes](https://github.com/actions/cache/releases) - [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md) - [Commits](https://github.com/actions/cache/compare/v3...v4) --- updated-dependencies: - dependency-name: actions/cache dependency-version: '4' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/playwright.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/playwright.yml b/.github/workflows/playwright.yml index f3f7220..c818953 100644 --- a/.github/workflows/playwright.yml +++ b/.github/workflows/playwright.yml @@ -21,7 +21,7 @@ jobs: run: npx playwright install --with-deps # Cache playwright binaries - - uses: actions/cache@v3 + - uses: actions/cache@v4 id: playwright-cache with: path: | @@ -31,7 +31,7 @@ jobs: if: steps.playwright-cache.outputs.cache-hit != 'true' # Cache datastores - - uses: actions/cache@v3 + - uses: actions/cache@v4 id: e2e-datastore-and-blockstore with: path: |