Skip to content

Commit

Permalink
Build(deps): Bump mamba-org/setup-micromamba in the actions group (#1721
Browse files Browse the repository at this point in the history
)

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.3 to 2.0.4
- [Release notes](https://github.com/mamba-org/setup-micromamba/releases)
- [Commits](mamba-org/setup-micromamba@v2.0.3...v2.0.4)

---
updated-dependencies:
- dependency-name: mamba-org/setup-micromamba
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: actions
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Jan 21, 2025
1 parent 6128fae commit 405de97
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build_docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:

# Create environment using micromamba
- name: Install Conda environment with Micromamba
uses: mamba-org/[email protected].3
uses: mamba-org/[email protected].4
with:
environment-file: doc/environment.yml
micromamba-version: '2.0.0-0'
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:

# Install dependencies
- name: Setup Conda Environment
uses: mamba-org/[email protected].3
uses: mamba-org/[email protected].4
with:
environment-file: continuous_integration/environment-ci.yml
micromamba-version: '2.0.0-0'
Expand Down

0 comments on commit 405de97

Please sign in to comment.