From f9aacb1ba1b4acae2657ea4d3d0abc6e8e23aa74 Mon Sep 17 00:00:00 2001 From: Tim van der Meij Date: Tue, 30 Jun 2026 20:21:50 +0200 Subject: [PATCH] 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. --- .github/workflows/font_tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/font_tests.yml b/.github/workflows/font_tests.yml index a18fb7aa1..6c0da8a70 100644 --- a/.github/workflows/font_tests.yml +++ b/.github/workflows/font_tests.yml @@ -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'