Skip to content

Commit

Permalink
chore(deps): bump mamba-org/setup-micromamba from 1 to 2
Browse files Browse the repository at this point in the history
Bumps [mamba-org/setup-micromamba](https://github.com/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
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Oct 3, 2024
1 parent de9b543 commit 505badb
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ jobs:
run: pixi run install

- name: Setup Micromamba
uses: mamba-org/setup-micromamba@v1
uses: mamba-org/setup-micromamba@v2
with:
environment-file: modflow6/environment.yml
cache-downloads: true
Expand Down Expand Up @@ -380,7 +380,7 @@ jobs:
run: sudo ./install.sh --all-users

- name: Setup Micromamba
uses: mamba-org/setup-micromamba@v1
uses: mamba-org/setup-micromamba@v2
with:
environment-file: modflow6/environment.yml
cache-downloads: true
Expand Down Expand Up @@ -523,7 +523,7 @@ jobs:
path: modflow6-examples

- name: Setup Micromamba
uses: mamba-org/setup-micromamba@v1
uses: mamba-org/setup-micromamba@v2
with:
environment-file: modflow6/environment.yml
cache-downloads: true
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/release_dispatch.yml
Original file line number Diff line number Diff line change
Expand Up @@ -185,7 +185,7 @@ jobs:
ref: ${{ github.ref }}

- name: Setup Micromamba
uses: mamba-org/setup-micromamba@v1
uses: mamba-org/setup-micromamba@v2
with:
environment-file: environment.yml
cache-downloads: true
Expand Down Expand Up @@ -245,7 +245,7 @@ jobs:
path: modflow6

- name: Setup Micromamba
uses: mamba-org/setup-micromamba@v1
uses: mamba-org/setup-micromamba@v2
with:
environment-file: modflow6/environment.yml
cache-downloads: true
Expand Down

0 comments on commit 505badb

Please sign in to comment.