From f2598662b6c11e33d86f2d15f5a1c5709d8e285c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 8 Sep 2025 02:28:21 +0000 Subject: [PATCH] Bump mamba-org/setup-micromamba from 2.0.4 to 2.0.6 Bumps [mamba-org/setup-micromamba](https://github.com/mamba-org/setup-micromamba) from 2.0.4 to 2.0.6. - [Release notes](https://github.com/mamba-org/setup-micromamba/releases) - [Commits](https://github.com/mamba-org/setup-micromamba/compare/0dea6379afdaffa5d528b3d1dabc45da37f443fc...7f29b8b80078b1b601dfa018b0f7425c587c63bb) --- updated-dependencies: - dependency-name: mamba-org/setup-micromamba dependency-version: 2.0.6 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/ci_mamba.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci_mamba.yml b/.github/workflows/ci_mamba.yml index d6133185b..f80db4039 100644 --- a/.github/workflows/ci_mamba.yml +++ b/.github/workflows/ci_mamba.yml @@ -45,13 +45,13 @@ jobs: - name: Create mamba environment (Darwin) if: matrix.os == 'macos-13' - uses: mamba-org/setup-micromamba@0dea6379afdaffa5d528b3d1dabc45da37f443fc # v2.0.4 + uses: mamba-org/setup-micromamba@7f29b8b80078b1b601dfa018b0f7425c587c63bb # v2.0.6 with: environment-file: .build/envs/Darwin.yml - name: Create mamba environment (Linux) if: matrix.os == 'ubuntu-latest' - uses: mamba-org/setup-micromamba@0dea6379afdaffa5d528b3d1dabc45da37f443fc # v2.0.4 + uses: mamba-org/setup-micromamba@7f29b8b80078b1b601dfa018b0f7425c587c63bb # v2.0.6 with: environment-file: .build/envs/Linux.yml