diff --git a/.github/workflows/fluent_linter.yml b/.github/workflows/fluent_linter.yml index 28fb6aad9..eb3c95bc5 100644 --- a/.github/workflows/fluent_linter.yml +++ b/.github/workflows/fluent_linter.yml @@ -30,7 +30,7 @@ jobs: persist-credentials: false - name: Use Python 3.14 - uses: actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # v6.2.0 + uses: actions/setup-python@ece7cb06caefa5fff74198d8649806c4678c61a1 # v6.3.0 with: python-version: '3.14' cache: 'pip' diff --git a/.github/workflows/font_tests.yml b/.github/workflows/font_tests.yml index 8a9729148..ec27fee22 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@a309ff8b426b58ec0e2a45f0f869d46889d02405 # v6.0.2 + uses: actions/setup-python@ece7cb06caefa5fff74198d8649806c4678c61a1 # v6.0.2 with: python-version: '3.14' cache: 'pip'