mirror of
https://github.com/simonw/datasette.git
synced 2026-09-26 11:54:07 +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
6
.github/workflows/deploy-latest.yml
vendored
6
.github/workflows/deploy-latest.yml
vendored
|
|
@ -13,12 +13,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.11"
|
||||
- uses: actions/cache@v4
|
||||
- uses: actions/cache@v6
|
||||
name: Configure pip caching
|
||||
with:
|
||||
path: ~/.cache/pip
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue