Fix the version comment in the font tests GitHub Actions workflow

It looks like Dependabot somehow didn't match, and thus update, the
version number correctly in the most recent bump.

Fixes 6b0777d5.
This commit is contained in:
Tim van der Meij 2026-06-30 20:21:50 +02:00
parent 614349086b
commit f9aacb1ba1
No known key found for this signature in database
GPG Key ID: 8C3FD2925A5F2762

View File

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