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