[READ-ONLY] Mirror of https://github.com/vitest-dev/vitest. Next generation testing framework powered by Vite. vitest.dev
test testing-tools vite
12

Configure Feed

Select the types of activity you want to include in your feed.

chore(deps): update actions/cache action to v6 (#10715)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

authored by

renovate[bot]
renovate[bot]
and committed by
GitHub
(Jul 6, 2026, 9:02 AM +0200) dcf51022 9c95ca11

+1 -1
+1 -1
.github/actions/setup-playwright/action.yml
··· 31 31 run: echo "Failed to resolve package versions. See log above." && exit 1 32 32 33 33 - name: Cache Playwright v${{ steps.resolve-package-versions.outputs.PLAYWRIGHT_VERSION }} 34 - uses: actions/cache@27d5ce7f107fe9357f9df03efb73ab90386fccae # v5.0.5 34 + uses: actions/cache@55cc8345863c7cc4c66a329aec7e433d2d1c52a9 # v6.1.0 35 35 id: playwright-cache 36 36 with: 37 37 path: ${{ env.PLAYWRIGHT_BROWSERS_PATH }}