diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 7d24d7b5..7a8f8cd0 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -33,7 +33,7 @@ jobs: run: echo "PLAYWRIGHT_BROWSERS_PATH=$HOME\.cache\playwright-bin" >> $env:GITHUB_ENV - name: Cache Playwright's binary - uses: actions/cache@v4 + uses: actions/cache@v5 with: # Playwright removes unused browsers automatically # So does not need to add playwright version to key