From ff7dc28257731e0382c9f1655ed2ac4a38448ef3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 27 Mar 2026 11:02:50 +0000 Subject: [PATCH] Bump mamba-org/setup-micromamba from 2.0.7 to 3.0.0 Bumps [mamba-org/setup-micromamba](https://github.com/mamba-org/setup-micromamba) from 2.0.7 to 3.0.0. - [Release notes](https://github.com/mamba-org/setup-micromamba/releases) - [Commits](https://github.com/mamba-org/setup-micromamba/compare/v2.0.7...v3.0.0) --- updated-dependencies: - dependency-name: mamba-org/setup-micromamba dependency-version: 3.0.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/ci.yml | 2 +- .github/workflows/ci_win.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 7a91f5a4..1f1168a0 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -67,7 +67,7 @@ jobs: with: fetch-depth: 0 - - uses: mamba-org/setup-micromamba@v2.0.7 + - uses: mamba-org/setup-micromamba@v3.0.0 with: init-shell: >- bash diff --git a/.github/workflows/ci_win.yml b/.github/workflows/ci_win.yml index e33104a5..b82f4741 100644 --- a/.github/workflows/ci_win.yml +++ b/.github/workflows/ci_win.yml @@ -47,7 +47,7 @@ jobs: with: fetch-depth: 0 - - uses: mamba-org/setup-micromamba@v2.0.7 + - uses: mamba-org/setup-micromamba@v3.0.0 with: init-shell: powershell environment-name: test-env