Skip to content

Commit

Permalink
chore(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 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
  dependency-group: actions
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Oct 7, 2024
1 parent 8308eb2 commit d22cd79
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ jobs:
scikit-hep/${{ matrix.python-version }}/requirements.txt
- name: Install micromamba and conda-lock
uses: mamba-org/setup-micromamba@v1
uses: mamba-org/setup-micromamba@v2
with:
environment-name: conda-lock
create-args: >-
Expand Down Expand Up @@ -119,7 +119,7 @@ jobs:
iris-hep/${{ matrix.python-version }}/requirements.txt
- name: Install micromamba and conda-lock
uses: mamba-org/setup-micromamba@v1
uses: mamba-org/setup-micromamba@v2
with:
environment-name: conda-lock
create-args: >-
Expand Down Expand Up @@ -184,7 +184,7 @@ jobs:
iris-hep-rc/${{ matrix.python-version }}/requirements.txt
- name: Install micromamba and conda-lock
uses: mamba-org/setup-micromamba@v1
uses: mamba-org/setup-micromamba@v2
with:
environment-name: conda-lock
create-args: >-
Expand Down

0 comments on commit d22cd79

Please sign in to comment.