From f7db56c3a4c13a30e8882590b70a784b8af2d59d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 Jul 2026 04:15:13 +0000 Subject: [PATCH] build(deps): bump mamba-org/setup-micromamba in the github-actions group Bumps the github-actions group with 1 update: [mamba-org/setup-micromamba](https://github.com/mamba-org/setup-micromamba). Updates `mamba-org/setup-micromamba` from 3.0.0 to 3.1.0 - [Release notes](https://github.com/mamba-org/setup-micromamba/releases) - [Commits](https://github.com/mamba-org/setup-micromamba/compare/v3.0.0...v3.1.0) --- updated-dependencies: - dependency-name: mamba-org/setup-micromamba dependency-version: 3.1.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: github-actions ... Signed-off-by: dependabot[bot] --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 07d8f43c..7ee18eaa 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -63,7 +63,7 @@ jobs: - uses: actions/checkout@v7.0.1 - name: Setup conda environment - uses: mamba-org/setup-micromamba@v3.0.0 + uses: mamba-org/setup-micromamba@v3.1.0 with: environment-file: environment.yml cache-environment: true