From b037b4530f550f8837da88069f41f6212e636eaa Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 7 Oct 2024 19:14:20 +0000 Subject: [PATCH] build(deps): bump mamba-org/setup-micromamba from 1 to 2 Bumps [mamba-org/setup-micromamba](https://github.com/mamba-org/setup-micromamba) from 1 to 2. - [Release notes](https://github.com/mamba-org/setup-micromamba/releases) - [Commits](https://github.com/mamba-org/setup-micromamba/compare/v1...v2) --- updated-dependencies: - dependency-name: mamba-org/setup-micromamba dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/config_options.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/config_options.yml b/.github/workflows/config_options.yml index 01c16fb5a..9d87afffd 100644 --- a/.github/workflows/config_options.yml +++ b/.github/workflows/config_options.yml @@ -40,7 +40,7 @@ jobs: - name: Output g++ version . . . run: g++ --version - name: Install micromamba environment from environment.yml . . . - uses: mamba-org/setup-micromamba@v1 + uses: mamba-org/setup-micromamba@v2 with: environment-name: digraphs cache-environment: true