diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 9dbdfe567c..0b8b9dc87f 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -639,7 +639,7 @@ jobs: - run: npm ci - run: npm run check:node-runtime - name: Cache Playwright browsers - uses: actions/cache@v4 + uses: actions/cache@v5 with: path: ~/.cache/ms-playwright key: playwright-chromium-${{ runner.os }}-${{ hashFiles('package-lock.json') }}