From d7590ae8fd72d875ff51dffd6fca63615dc807ee Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 11 Nov 2024 21:11:16 +0000 Subject: [PATCH] skip changelog(deps): bump mamba-org/setup-micromamba Bumps [mamba-org/setup-micromamba](https://github.com/mamba-org/setup-micromamba) from 1.9.0 to 2.0.1. - [Release notes](https://github.com/mamba-org/setup-micromamba/releases) - [Commits](https://github.com/mamba-org/setup-micromamba/compare/v1.9.0...v2.0.1) --- 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/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 6277c3e3..4d1e3caf 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -34,7 +34,7 @@ jobs: steps: - name: Checkout Repo uses: actions/checkout@v4 - - uses: mamba-org/setup-micromamba@v1.9.0 + - uses: mamba-org/setup-micromamba@v2.0.1 with: # NOTE: https://github.com/mamba-org/setup-micromamba/issues/227 micromamba-version: '1.5.10-0'