Merge pull request #21519 from timvandermeij/fix-workflow-version

Fix the version comment in the font tests GitHub Actions workflow
This commit is contained in:
Jonas Jenwald 2026-07-02 14:09:50 +02:00 committed by GitHub
commit d66bd324fa
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -60,7 +60,7 @@ jobs:
run: npm ci run: npm ci
- name: Use Python 3.14 - name: Use Python 3.14
uses: actions/setup-python@ece7cb06caefa5fff74198d8649806c4678c61a1 # v6.0.2 uses: actions/setup-python@ece7cb06caefa5fff74198d8649806c4678c61a1 # v6.3.0
with: with:
python-version: '3.14' python-version: '3.14'
cache: 'pip' cache: 'pip'