Skip to content

Commit 8262d8b

Browse files
Bump mamba-org/setup-micromamba from 1 to 2 (#812)
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 a648653 commit 8262d8b

File tree

2 files changed

+3
-3
lines changed

2 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
# https://github.com/mamba-org/setup-micromamba/issues/225
2727
micromamba-version: 1.5.10-0

.github/workflows/tests.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ jobs:
109109
- uses: actions/checkout@v4
110110

111111
- name: Setup Conda
112-
uses: mamba-org/setup-micromamba@v1
112+
uses: mamba-org/setup-micromamba@v2
113113
with:
114114
# https://github.com/mamba-org/setup-micromamba/issues/225
115115
micromamba-version: 1.5.10-0
@@ -175,7 +175,7 @@ jobs:
175175
- uses: actions/checkout@v4
176176

177177
- name: Setup Conda
178-
uses: mamba-org/setup-micromamba@v1
178+
uses: mamba-org/setup-micromamba@v2
179179
with:
180180
# https://github.com/mamba-org/setup-micromamba/issues/225
181181
micromamba-version: 1.5.10-0

0 commit comments

Comments
 (0)