Skip to content

Commit b4f84ff

Browse files
Bump mamba-org/setup-micromamba from 2 to 3 (#1585)
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 1c6d44b commit b4f84ff

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@v2
24+
uses: mamba-org/setup-micromamba@v3
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@v6
2727

2828
- name: Setup Conda
29-
uses: mamba-org/setup-micromamba@v2
29+
uses: mamba-org/setup-micromamba@v3
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
@@ -119,7 +119,7 @@ jobs:
119119
- uses: actions/checkout@v6
120120

121121
- name: Setup Conda
122-
uses: mamba-org/setup-micromamba@v2
122+
uses: mamba-org/setup-micromamba@v3
123123
with:
124124
# https://github.com/mamba-org/setup-micromamba/issues/225
125125
micromamba-version: 1.5.10-0

0 commit comments

Comments
 (0)