diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 4a92f4e3..b2ad2b51 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -171,7 +171,7 @@ jobs: cache: 'pnpm' - run: pnpm install --frozen-lockfile - name: Cache Next.js build - uses: actions/cache@v5 + uses: actions/cache@v6 with: path: ${{ github.workspace }}/apps/web/.next/cache key: ${{ runner.os }}-nextjs-${{ hashFiles('pnpm-lock.yaml', 'apps/web/next.config.*') }} @@ -231,7 +231,7 @@ jobs: - run: pnpm install --frozen-lockfile - name: Cache Playwright browsers id: playwright-cache - uses: actions/cache@v5 + uses: actions/cache@v6 with: path: ~/.cache/ms-playwright key: playwright-${{ runner.os }}-${{ hashFiles('pnpm-lock.yaml') }}