Bump to actions/checkout@v6

This commit is contained in:
Simon Willison 2026-05-12 16:46:56 -07:00
commit 46d90a0b88
2 changed files with 5 additions and 5 deletions

View file

@ -12,7 +12,7 @@ jobs:
matrix:
python-version: ["3.10", "3.11", "3.12", "3.13", "3.14"]
steps:
- uses: actions/checkout@v4
- uses: actions/checkout@v6
- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v6
with: