diff --git a/.github/workflows/conda.yml b/.github/workflows/conda.yml index 08b96ac..a9e859b 100644 --- a/.github/workflows/conda.yml +++ b/.github/workflows/conda.yml @@ -26,7 +26,7 @@ jobs: - uses: actions/checkout@v4 - name: Get conda - uses: conda-incubator/setup-miniconda@v3.1.0 + uses: conda-incubator/setup-miniconda@v3.1.1 with: python-version: ${{ matrix.python-version }} channels: conda-forge diff --git a/.github/workflows/enscripten.yaml b/.github/workflows/enscripten.yaml index 75fa160..55b3f82 100644 --- a/.github/workflows/enscripten.yaml +++ b/.github/workflows/enscripten.yaml @@ -24,7 +24,7 @@ jobs: with: python-version: "3.12" - - uses: pypa/cibuildwheel@v2.21 + - uses: pypa/cibuildwheel@v2.22 env: CIBW_PLATFORM: pyodide diff --git a/.github/workflows/wheels.yml b/.github/workflows/wheels.yml index 669d1b7..9584260 100644 --- a/.github/workflows/wheels.yml +++ b/.github/workflows/wheels.yml @@ -51,9 +51,9 @@ jobs: with: submodules: true - - uses: astral-sh/setup-uv@v3 + - uses: astral-sh/setup-uv@v5 - - uses: pypa/cibuildwheel@v2.21 + - uses: pypa/cibuildwheel@v2.22 env: CIBW_PRERELEASE_PYTHONS: true CIBW_ARCHS_WINDOWS: auto ARM64 @@ -90,7 +90,7 @@ jobs: path: dist - name: Generate artifact attestation for sdist and wheels - uses: actions/attest-build-provenance@v1 + uses: actions/attest-build-provenance@v2 with: subject-path: "dist/*"