diff --git a/.github/workflows/playwright.yml b/.github/workflows/playwright.yml index d6933f2..43cc6e3 100644 --- a/.github/workflows/playwright.yml +++ b/.github/workflows/playwright.yml @@ -24,7 +24,7 @@ jobs: run: echo "version=$(pnpm exec playwright --version | tail -1 | awk '{print $2}')" >> $GITHUB_OUTPUT # Lockfile hash invalidates cache when resolved @playwright/test changes even if semver range stays the same. - name: Cache Playwright browsers - uses: actions/cache@27d5ce7f107fe9357f9df03efb73ab90386fccae # v5.0.5 + uses: actions/cache@55cc8345863c7cc4c66a329aec7e433d2d1c52a9 # v6.1.0 with: path: ~/.cache/ms-playwright key: ${{ runner.os }}-playwright-${{ hashFiles('pnpm-lock.yaml') }}-${{ steps.playwright-version.outputs.version }}