Fix pre-commit workflow to work with Ubuntu 24.04

This commit is contained in:
Dunedan 2025-05-26 16:41:47 +02:00
parent a109b3973c
commit 782bab293b
No known key found for this signature in database
GPG key ID: 885B16854284E0B2

View file

@ -9,6 +9,8 @@ jobs:
steps:
- uses: actions/checkout@v4
- uses: actions/setup-python@v5
with:
python-version: "3.11"
- id: restore-pip-cache
uses: actions/cache/restore@v4
with: