From 10a261a01030c7c9358b0726d6e8293a0e393ba6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 29 Oct 2024 01:43:36 +0000 Subject: [PATCH] chore(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/commit.yml | 2 +- .github/workflows/rtd.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/commit.yml b/.github/workflows/commit.yml index 64eab8078d..c831e2f280 100644 --- a/.github/workflows/commit.yml +++ b/.github/workflows/commit.yml @@ -144,7 +144,7 @@ jobs: uses: actions/checkout@v4 - name: Setup Micromamba - uses: mamba-org/setup-micromamba@v1 + uses: mamba-org/setup-micromamba@v2 with: environment-file: etc/environment.yml cache-environment: true diff --git a/.github/workflows/rtd.yml b/.github/workflows/rtd.yml index b129889128..a342ebcb62 100644 --- a/.github/workflows/rtd.yml +++ b/.github/workflows/rtd.yml @@ -80,7 +80,7 @@ jobs: echo $GITHUB_EVENT_NAME - name: Setup Micromamba - uses: mamba-org/setup-micromamba@v1 + uses: mamba-org/setup-micromamba@v2 with: environment-file: etc/environment.yml cache-environment: true