Upgrade a whole lot of GitHum Actions references

This commit is contained in:
Simon Willison 2026-05-16 16:38:49 -07:00
commit 10a1caac53
11 changed files with 13 additions and 13 deletions

View file

@ -15,7 +15,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v5
uses: actions/checkout@v6
with:
fetch-depth: 0 # We need all commits to find docs/ changes
- name: Set up Git user