From ca1cddd797f67b007dfb09c031e2e1547d2400e3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 11 Aug 2026 13:57:40 +0000 Subject: [PATCH] ci(deps): Bump mamba-org/setup-micromamba Bumps the actions-composite group with 1 update in the /.github/actions/setup-env directory: [mamba-org/setup-micromamba](https://github.com/mamba-org/setup-micromamba). Updates `mamba-org/setup-micromamba` from 3.1.0 to 3.2.1 - [Release notes](https://github.com/mamba-org/setup-micromamba/releases) - [Commits](https://github.com/mamba-org/setup-micromamba/compare/ce51e99f4bb8a82ab7158c4dc59ef4634c59c4f9...f457c30a868e4760d3a6fcea5f25dc655b8edf39) --- updated-dependencies: - dependency-name: mamba-org/setup-micromamba dependency-version: 3.2.1 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: actions-composite ... Signed-off-by: dependabot[bot] --- .github/actions/setup-env/action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/actions/setup-env/action.yml b/.github/actions/setup-env/action.yml index f4d8f7f3..8311cecd 100644 --- a/.github/actions/setup-env/action.yml +++ b/.github/actions/setup-env/action.yml @@ -37,7 +37,7 @@ runs: # `github-actions` ecosystem with `directory: "/"` scans only # .github/workflows plus a ROOT-level action.yml, never .github/actions/** # (dependabot-core#6345). .github/dependabot.yml now covers this directory. - uses: mamba-org/setup-micromamba@ce51e99f4bb8a82ab7158c4dc59ef4634c59c4f9 # v3.1.0 + uses: mamba-org/setup-micromamba@f457c30a868e4760d3a6fcea5f25dc655b8edf39 # v3.2.1 with: # Pin the micromamba BINARY, not just the action SHA (pin-and-hold, PRD ยง4.1). # Unset, this input defaults to `latest`, which leaves the tool that RESTORES