mirror of
https://github.com/simonw/datasette.git
synced 2026-09-23 18:34:08 +02:00
Upgrade GitHub Actions, drop remaining Python 3.9 references
This commit is contained in:
parent
b0b2750757
commit
be853ebe9b
11 changed files with 34 additions and 35 deletions
8
.github/workflows/test-coverage.yml
vendored
8
.github/workflows/test-coverage.yml
vendored
|
|
@ -15,12 +15,12 @@ jobs:
|
|||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: Check out datasette
|
||||
uses: actions/checkout@v5
|
||||
uses: actions/checkout@v7
|
||||
- name: Set up Python
|
||||
uses: actions/setup-python@v6
|
||||
uses: actions/setup-python@v7
|
||||
with:
|
||||
python-version: 3.9
|
||||
- uses: actions/cache@v4
|
||||
python-version: "3.10"
|
||||
- uses: actions/cache@v6
|
||||
name: Configure pip caching
|
||||
with:
|
||||
path: ~/.cache/pip
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue