diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index 76f334a9..dd135880 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -46,7 +46,7 @@ jobs: run: echo "PLAYWRIGHT_VERSION=$(node -e "console.log(require('./package-lock.json').packages[''].devDependencies['@playwright/test'])")" >> $GITHUB_ENV - name: Cache playwright binaries - uses: actions/cache@v4 + uses: actions/cache@v6 id: playwright-cache with: path: |