Upgrade GitHub Actions, drop remaining Python 3.9 references

This commit is contained in:
Simon Willison 2026-09-10 17:13:27 -07:00
commit be853ebe9b
11 changed files with 34 additions and 35 deletions

View file

@ -10,8 +10,8 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Check out repo
uses: actions/checkout@v5
- uses: actions/cache@v4
uses: actions/checkout@v7
- uses: actions/cache@v6
name: Configure npm caching
with:
path: ~/.npm