Skip to content

Commit b91ed5b

Browse files
Bump mamba-org/setup-micromamba from 1 to 2 (#126)
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](mamba-org/setup-micromamba@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] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 074b85a commit b91ed5b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci-additional.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
fetch-depth: 0 # Fetch all history for all branches and tags.
2626

2727
- name: Create conda environment
28-
uses: mamba-org/setup-micromamba@v1
28+
uses: mamba-org/setup-micromamba@v2
2929
with:
3030
environment-name: min-version-policy
3131
micromamba-version: 'latest'

.github/workflows/ci.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ jobs:
4949
fi
5050
5151
- name: Create conda environment
52-
uses: mamba-org/setup-micromamba@v1
52+
uses: mamba-org/setup-micromamba@v2
5353
with:
5454
environment-name: mplotutils-tests
5555
cache-downloads: true

0 commit comments

Comments
 (0)