Skip to content

Commit

Permalink
Build(deps): Bump mamba-org/setup-micromamba in the actions group
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.1 to 2.0.2
- [Release notes](https://github.com/mamba-org/setup-micromamba/releases)
- [Commits](mamba-org/setup-micromamba@v2.0.1...v2.0.2)

---
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]>
  • Loading branch information
dependabot[bot] authored Dec 2, 2024
1 parent 1178574 commit 0498892
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].1
uses: mamba-org/[email protected].2
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].1
uses: mamba-org/[email protected].2
with:
environment-file: continuous_integration/environment-ci.yml
micromamba-version: '2.0.0-0'
Expand Down

0 comments on commit 0498892

Please sign in to comment.