From 7517461fb6e1e496702b4bea20dc3ccf47da00eb Mon Sep 17 00:00:00 2001 From: nyshadhr9 Date: Thu, 17 Sep 2026 19:27:38 +0000 Subject: [PATCH] Fix typo --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 0d3f1e4e5..fbcf9b09e 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -15,7 +15,7 @@ jobs: with: lfs: true - name: Set up Python 3 - uses: actions/setup-python@39cd14951b4ef949c7f10115dd0357a79e472605 # v5.1.1 + uses: actions/setup-python@39cd14951b08e74b54015e9e001cdefcf80e669f # v5.1.1 - name: Install FontTools run: pip install fonttools pytest - name: pytest