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: 'pip'
cache-dependency-path: '**/setup.py' cache-dependency-path: '**/setup.py'
- name: Cache Playwright browsers - name: Cache Playwright browsers
uses: actions/cache@v2 uses: actions/cache@v4
with: with:
path: ~/.cache/ms-playwright/ path: ~/.cache/ms-playwright/
key: ${{ runner.os }}-browsers key: ${{ runner.os }}-browsers