diff --git a/.github/workflows/ci-locks.yml b/.github/workflows/ci-locks.yml index 94a0a9f..33d15a6 100644 --- a/.github/workflows/ci-locks.yml +++ b/.github/workflows/ci-locks.yml @@ -20,7 +20,7 @@ permissions: {} jobs: refresh_lockfiles: - uses: scitools/workflows/.github/workflows/refresh-lockfiles.yml@7c41342d8285bc7747b6f7bc4cd2639cdcbb017a + uses: scitools/workflows/.github/workflows/refresh-lockfiles.yml@28aea7a3a1eb58e1bbf9b1d9c8cb2de07892b67e secrets: AUTH_APP_ID: ${{ secrets.AUTH_APP_ID }} AUTH_APP_PRIVATE_KEY: ${{ secrets.AUTH_APP_PRIVATE_KEY }} diff --git a/.github/workflows/ci-manifest.yml b/.github/workflows/ci-manifest.yml index 9dbd554..87e4241 100644 --- a/.github/workflows/ci-manifest.yml +++ b/.github/workflows/ci-manifest.yml @@ -27,4 +27,4 @@ permissions: {} jobs: manifest: name: "check-manifest" - uses: scitools/workflows/.github/workflows/ci-manifest.yml@7c41342d8285bc7747b6f7bc4cd2639cdcbb017a + uses: scitools/workflows/.github/workflows/ci-manifest.yml@28aea7a3a1eb58e1bbf9b1d9c8cb2de07892b67e diff --git a/.github/workflows/ci-template-check.yml b/.github/workflows/ci-template-check.yml index 0a83a46..c761ffb 100644 --- a/.github/workflows/ci-template-check.yml +++ b/.github/workflows/ci-template-check.yml @@ -12,7 +12,7 @@ permissions: {} jobs: prompt-share: - uses: scitools/workflows/.github/workflows/ci-template-check.yml@7c41342d8285bc7747b6f7bc4cd2639cdcbb017a + uses: scitools/workflows/.github/workflows/ci-template-check.yml@28aea7a3a1eb58e1bbf9b1d9c8cb2de07892b67e secrets: AUTH_APP_ID: ${{ secrets.AUTH_APP_ID }} AUTH_APP_PRIVATE_KEY: ${{ secrets.AUTH_APP_PRIVATE_KEY }} diff --git a/.github/workflows/ci-wheels.yml b/.github/workflows/ci-wheels.yml index a184b6c..489c089 100644 --- a/.github/workflows/ci-wheels.yml +++ b/.github/workflows/ci-wheels.yml @@ -48,7 +48,7 @@ jobs: fetch-depth: 0 - name: "build ${{ matrix.os }} (${{ matrix.arch }}) wheels" - uses: pypa/cibuildwheel@v4.1.1 + uses: pypa/cibuildwheel@v4.2.0 env: CIBW_SKIP: "cp39-* cp310-* cp311-* pp* *-musllinux*" CIBW_ARCHS: ${{ matrix.arch }}