diff --git a/.github/workflows/build-wheels.yml b/.github/workflows/build-wheels.yml index dc779af5..1edc400b 100644 --- a/.github/workflows/build-wheels.yml +++ b/.github/workflows/build-wheels.yml @@ -22,7 +22,7 @@ jobs: with: platforms: all - name: Set up micromamba - uses: mamba-org/setup-micromamba@06375d89d211a1232ef63355742e9e2e564bc7f7 + uses: mamba-org/setup-micromamba@068f1ab4b37ed9b3d9f73da7db90a0cda0a48d29 - name: Build wheels if: github.event_name != 'release' uses: pypa/cibuildwheel@v2.22.0 diff --git a/.github/workflows/conda-build.yml b/.github/workflows/conda-build.yml index 61cc42c6..c57870a9 100644 --- a/.github/workflows/conda-build.yml +++ b/.github/workflows/conda-build.yml @@ -30,7 +30,7 @@ jobs: uses: actions/checkout@v4 - name: Fetch full git history run: git fetch --prune --unshallow - - uses: mamba-org/setup-micromamba@06375d89d211a1232ef63355742e9e2e564bc7f7 + - uses: mamba-org/setup-micromamba@068f1ab4b37ed9b3d9f73da7db90a0cda0a48d29 with: init-shell: ${{ matrix.os == 'windows-latest' && 'cmd.exe' || 'bash' }} micromamba-version: 1.5.10-0