Skip to content

Commit

Permalink
Bump mamba-org/provision-with-micromamba from 10 to 11 (#661)
Browse files Browse the repository at this point in the history
Bumps [mamba-org/provision-with-micromamba](https://github.com/mamba-org/provision-with-micromamba) from 10 to 11.
- [Release notes](https://github.com/mamba-org/provision-with-micromamba/releases)
- [Commits](mamba-org/provision-with-micromamba@v10...v11)

---
updated-dependencies:
- dependency-name: mamba-org/provision-with-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>
  • Loading branch information
dependabot[bot] authored Nov 24, 2021
1 parent 803356d commit 79d7257
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_pkg.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ jobs:
key: ${{ runner.os }}-conda-${{ env.CACHE_NUMBER }}-${{ hashFiles('./devtools/conda.recipe/build_env.yml') }}

- name: Setup Conda Environment
uses: mamba-org/provision-with-micromamba@v10
uses: mamba-org/provision-with-micromamba@v11
with:
environment-file: ./devtools/conda.recipe/build_env.yml
micromamba-version: 0.16.0
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
key: ${{ runner.os }}-conda-${{ env.CACHE_NUMBER }}-${{ hashFiles('./doc/rtd_environment.yml', './setup.cfg') }}

- name: Setup Conda Environment
uses: mamba-org/provision-with-micromamba@v10
uses: mamba-org/provision-with-micromamba@v11
with:
environment-file: ./doc/rtd_environment.yml
environment-name: rtd
Expand Down

0 comments on commit 79d7257

Please sign in to comment.