Upgrade to actions/cache@v4

v2 no longer works.
This commit is contained in:
Simon Willison 2025-02-28 22:57:22 -08:00
commit 6e512caa59

View file

@ -20,7 +20,7 @@ jobs:
cache: 'pip'
cache-dependency-path: '**/setup.py'
- name: Cache Playwright browsers
uses: actions/cache@v2
uses: actions/cache@v4
with:
path: ~/.cache/ms-playwright/
key: ${{ runner.os }}-browsers