Skip to content

Commit 99c78e2

Browse files
Build(deps): Bump mamba-org/setup-micromamba in the actions group (#1798)
Bumps the actions group with 1 update: [mamba-org/setup-micromamba](https://github.com/mamba-org/setup-micromamba). Updates `mamba-org/setup-micromamba` from 2.0.6 to 2.0.7 - [Release notes](https://github.com/mamba-org/setup-micromamba/releases) - [Commits](mamba-org/setup-micromamba@v2.0.6...v2.0.7) --- updated-dependencies: - dependency-name: mamba-org/setup-micromamba dependency-version: 2.0.7 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: actions ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent b3594b8 commit 99c78e2

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/build_docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020

2121
# Create environment using micromamba
2222
- name: Install Conda environment with Micromamba
23-
uses: mamba-org/setup-micromamba@v2.0.6
23+
uses: mamba-org/setup-micromamba@v2.0.7
2424
with:
2525
environment-file: doc/environment.yml
2626
micromamba-version: '2.0.0-0'

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535

3636
# Install dependencies
3737
- name: Setup Conda Environment
38-
uses: mamba-org/setup-micromamba@v2.0.6
38+
uses: mamba-org/setup-micromamba@v2.0.7
3939
with:
4040
environment-file: continuous_integration/environment-ci.yml
4141
init-shell: >-

0 commit comments

Comments
 (0)