diff --git a/.github/workflows/ci-locks.yml b/.github/workflows/ci-locks.yml index e03b1ea6..ec6e22eb 100644 --- a/.github/workflows/ci-locks.yml +++ b/.github/workflows/ci-locks.yml @@ -33,7 +33,7 @@ jobs: uses: actions/checkout@v7 - name: "Pixi setup" - uses: prefix-dev/setup-pixi@a09b6247153796b190642a2b53fac4241043cf6f + uses: prefix-dev/setup-pixi@d3f436a425481402e6a95a1d1fc10331c708cd9e with: run-install: false diff --git a/.github/workflows/ci-manifest.yml b/.github/workflows/ci-manifest.yml index fb7e13e2..35d300a1 100644 --- a/.github/workflows/ci-manifest.yml +++ b/.github/workflows/ci-manifest.yml @@ -23,4 +23,4 @@ concurrency: jobs: manifest: name: "check-manifest" - uses: scitools/workflows/.github/workflows/ci-manifest.yml@2026.07.1 + uses: scitools/workflows/.github/workflows/ci-manifest.yml@2026.08.1 diff --git a/.github/workflows/ci-template-check.yml b/.github/workflows/ci-template-check.yml index 9444f54d..a65b9813 100644 --- a/.github/workflows/ci-template-check.yml +++ b/.github/workflows/ci-template-check.yml @@ -10,7 +10,7 @@ on: jobs: prompt-share: - uses: scitools/workflows/.github/workflows/ci-template-check.yml@2026.07.1 + uses: scitools/workflows/.github/workflows/ci-template-check.yml@2026.08.1 secrets: inherit with: pr_number: ${{ github.event.pull_request.number }} diff --git a/.github/workflows/ci-tests.yml b/.github/workflows/ci-tests.yml index afaa5712..4864090c 100644 --- a/.github/workflows/ci-tests.yml +++ b/.github/workflows/ci-tests.yml @@ -71,7 +71,7 @@ jobs: core.exportVariable('UDUNITS2_XML_PATH', path.join(base, 'Library/share/udunits/udunits2.xml')); - name: "Pixi setup" - uses: prefix-dev/setup-pixi@a09b6247153796b190642a2b53fac4241043cf6f + uses: prefix-dev/setup-pixi@d3f436a425481402e6a95a1d1fc10331c708cd9e with: environments: "test-${{ matrix.version }}" frozen: true diff --git a/.github/workflows/ci-wheels.yml b/.github/workflows/ci-wheels.yml index f7d369c2..581ef24c 100644 --- a/.github/workflows/ci-wheels.yml +++ b/.github/workflows/ci-wheels.yml @@ -96,7 +96,7 @@ jobs: run: conda install udunits2 - name: "Building ${{ matrix.os }} (${{ matrix.arch }}) wheels" - uses: pypa/cibuildwheel@v4.1.1 + uses: pypa/cibuildwheel@v4.2.0 env: CIBW_ENVIRONMENT: CF_UNITS_LIMITED_API="1" CIBW_SKIP: "pp* *-musllinux*"