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: |