From 0498892225e0f1cd8f541634b766bd7affb91800 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 2 Dec 2024 10:26:31 +0000 Subject: [PATCH] Build(deps): Bump mamba-org/setup-micromamba in the actions group Bumps the actions group with 1 update: [mamba-org/setup-micromamba](https://github.com/mamba-org/setup-micromamba). Updates `mamba-org/setup-micromamba` from 2.0.1 to 2.0.2 - [Release notes](https://github.com/mamba-org/setup-micromamba/releases) - [Commits](https://github.com/mamba-org/setup-micromamba/compare/v2.0.1...v2.0.2) --- updated-dependencies: - dependency-name: mamba-org/setup-micromamba dependency-type: direct:production update-type: version-update:semver-patch dependency-group: actions ... Signed-off-by: dependabot[bot] --- .github/workflows/build_docs.yml | 2 +- .github/workflows/ci.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build_docs.yml b/.github/workflows/build_docs.yml index 2442420c59..e16790edd2 100644 --- a/.github/workflows/build_docs.yml +++ b/.github/workflows/build_docs.yml @@ -20,7 +20,7 @@ jobs: # Create environment using micromamba - name: Install Conda environment with Micromamba - uses: mamba-org/setup-micromamba@v2.0.1 + uses: mamba-org/setup-micromamba@v2.0.2 with: environment-file: doc/environment.yml micromamba-version: '2.0.0-0' diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index e7509ee04a..3f4fbdc467 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -35,7 +35,7 @@ jobs: # Install dependencies - name: Setup Conda Environment - uses: mamba-org/setup-micromamba@v2.0.1 + uses: mamba-org/setup-micromamba@v2.0.2 with: environment-file: continuous_integration/environment-ci.yml micromamba-version: '2.0.0-0'