diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 7828108..dfade20 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -548,7 +548,7 @@ jobs: - name: Cache Playwright browsers if: steps.detect.outputs.fe == 'true' id: pw-cache - uses: actions/cache@v5 + uses: actions/cache@v6 with: path: ~/.cache/ms-playwright key: playwright-${{ runner.os }}-${{ hashFiles('frontend/package-lock.json') }}