Skip to content

Commit ca9ed15

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

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/build_docs.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
persist-credentials: false
2222

2323
- name: Setup Conda
24-
uses: mamba-org/setup-micromamba@v1
24+
uses: mamba-org/setup-micromamba@v2
2525
with:
2626
init-shell: bash
2727
environment-name: docs

.github/workflows/release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
- uses: actions/checkout@v4
2727

2828
- name: Setup Conda
29-
uses: mamba-org/setup-micromamba@v1
29+
uses: mamba-org/setup-micromamba@v2
3030
with:
3131
init-shell: bash
3232
environment-name: sdist_env

.github/workflows/tests.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@ jobs:
117117
- uses: actions/checkout@v4
118118

119119
- name: Setup Conda
120-
uses: mamba-org/setup-micromamba@v1
120+
uses: mamba-org/setup-micromamba@v2
121121
with:
122122
# https://github.com/mamba-org/setup-micromamba/issues/225
123123
micromamba-version: 1.5.10-0

0 commit comments

Comments
 (0)