diff --git a/.github/workflows/fontations.yml b/.github/workflows/fontations.yml index 371265b2d..fe4a00a7c 100644 --- a/.github/workflows/fontations.yml +++ b/.github/workflows/fontations.yml @@ -43,7 +43,7 @@ jobs: pkg-config \ bindgen - name: Setup Python - uses: actions/setup-python@42375524e23c412d93fb67b49958b491fce71c38 # v5.4.0 + uses: actions/setup-python@8d9ed9ac5c53483de85588cdf95a591a75ab9f55 # v5.5.0 with: python-version: '3.12' - name: Install Python Dependencies diff --git a/.github/workflows/linux-ci.yml b/.github/workflows/linux-ci.yml index 6ef49f301..32bc0f1bf 100644 --- a/.github/workflows/linux-ci.yml +++ b/.github/workflows/linux-ci.yml @@ -36,7 +36,7 @@ jobs: libicu-dev \ pkg-config - name: Setup Python - uses: actions/setup-python@42375524e23c412d93fb67b49958b491fce71c38 # v5.4.0 + uses: actions/setup-python@8d9ed9ac5c53483de85588cdf95a591a75ab9f55 # v5.5.0 with: python-version: '3.12' - name: Install Python Dependencies diff --git a/.github/workflows/macos-ci.yml b/.github/workflows/macos-ci.yml index 08e55c93b..10b1ec35f 100644 --- a/.github/workflows/macos-ci.yml +++ b/.github/workflows/macos-ci.yml @@ -36,7 +36,7 @@ jobs: ninja \ pkgconf - name: Setup Python - uses: actions/setup-python@42375524e23c412d93fb67b49958b491fce71c38 # v5.4.0 + uses: actions/setup-python@8d9ed9ac5c53483de85588cdf95a591a75ab9f55 # v5.5.0 with: python-version: '3.12' - name: Install Python Dependencies diff --git a/.github/workflows/msvc-ci.yml b/.github/workflows/msvc-ci.yml index 8f17b866e..5527953e2 100644 --- a/.github/workflows/msvc-ci.yml +++ b/.github/workflows/msvc-ci.yml @@ -35,7 +35,7 @@ jobs: variant: sccache key: ${{ github.job }}-${{ matrix.os }}-${{ matrix.ARCH }} - name: Setup Python - uses: actions/setup-python@42375524e23c412d93fb67b49958b491fce71c38 # v5.4.0 + uses: actions/setup-python@8d9ed9ac5c53483de85588cdf95a591a75ab9f55 # v5.5.0 with: python-version: '3.12' - name: Setup MSVC