From aa2064bdc155aaeb36434d24f46888cd27cea384 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 Sep 2025 02:27:38 +0000 Subject: [PATCH] Bump mamba-org/setup-micromamba from 2.0.4 to 2.0.7 Bumps [mamba-org/setup-micromamba](https://github.com/mamba-org/setup-micromamba) from 2.0.4 to 2.0.7. - [Release notes](https://github.com/mamba-org/setup-micromamba/releases) - [Commits](https://github.com/mamba-org/setup-micromamba/compare/0dea6379afdaffa5d528b3d1dabc45da37f443fc...add3a49764cedee8ee24e82dfde87f5bc2914462) --- updated-dependencies: - dependency-name: mamba-org/setup-micromamba dependency-version: 2.0.7 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..9e5fc1e20 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@add3a49764cedee8ee24e82dfde87f5bc2914462 # v2.0.7 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@add3a49764cedee8ee24e82dfde87f5bc2914462 # v2.0.7 with: environment-file: .build/envs/Linux.yml