Merge branch 'main' into sgoedecke/add-new-preview-workflow

This commit is contained in:
Sean Goedecke
2025-04-23 11:22:24 +10:00
committed by GitHub
+1 -1
View File
@@ -19,7 +19,7 @@ jobs:
python-version: 3.11
- name: Cache pre-commit
uses: actions/cache@v3
uses: actions/cache@v4
with:
path: ~/.cache/pre-commit
key: pre-commit-3|${{ env.pythonLocation }}|${{ hashFiles('.pre-commit-config.yaml') }}