Skip to content

Commit d3c4a0e

Browse files
Bump mamba-org/setup-micromamba from 2 to 3 (#211)
Bumps [mamba-org/setup-micromamba](https://github.com/mamba-org/setup-micromamba) from 2 to 3. - [Release notes](https://github.com/mamba-org/setup-micromamba/releases) - [Commits](mamba-org/setup-micromamba@v2...v3) --- updated-dependencies: - dependency-name: mamba-org/setup-micromamba dependency-version: '3' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 126e1fc commit d3c4a0e

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/ci-additional.yaml

Lines changed: 1 addition & 1 deletion
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@v2
28+
uses: mamba-org/setup-micromamba@v3
2929
with:
3030
environment-name: min-version-policy
3131
micromamba-version: 'latest'

.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
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@v2
52+
uses: mamba-org/setup-micromamba@v3
5353
with:
5454
environment-name: mplotutils-tests
5555
cache-downloads: true

.github/workflows/upstream-dev-ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141
with:
4242
fetch-depth: 0 # Fetch all history for all branches and tags.
4343
- name: Set up conda environment
44-
uses: mamba-org/setup-micromamba@v2
44+
uses: mamba-org/setup-micromamba@v3
4545
with:
4646
environment-file: ci/requirements/environment.yml
4747
environment-name: mplotutils-tests

0 commit comments

Comments
 (0)