Skip to content

Commit

Permalink
Bump mamba-org/setup-micromamba from 1 to 2 (#648)
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] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Oct 8, 2024
1 parent 9572310 commit 255fdd8
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 10 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/ci-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
- name: environment set up
id: env-setup
continue-on-error: true
uses: mamba-org/setup-micromamba@v1
uses: mamba-org/setup-micromamba@v2
with:
micromamba-version: '1.5.10-0'
environment-name: import_test
Expand All @@ -39,7 +39,7 @@ jobs:

- name: retry environment setup if failed
if: steps.env-setup.outcome == 'failure'
uses: mamba-org/setup-micromamba@v1
uses: mamba-org/setup-micromamba@v2
with:
download-micromamba: false
environment-name: import_test
Expand Down Expand Up @@ -74,7 +74,7 @@ jobs:
- name: environment set up
id: env-setup
continue-on-error: true
uses: mamba-org/setup-micromamba@v1
uses: mamba-org/setup-micromamba@v2
with:
environment-name: import_test
create-args: >-
Expand All @@ -84,7 +84,7 @@ jobs:

- name: retry environment setup if failed
if: steps.env-setup.outcome == 'failure'
uses: mamba-org/setup-micromamba@v1
uses: mamba-org/setup-micromamba@v2
with:
download-micromamba: false
environment-name: import_test
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
- name: environment setup
id: env-setup
continue-on-error: true
uses: mamba-org/setup-micromamba@v1
uses: mamba-org/setup-micromamba@v2
with:
micromamba-version: '1.5.10-0'
environment-file: build_envs/environment.yml
Expand All @@ -48,7 +48,7 @@ jobs:
- name: retry environment set up if failed
if: steps.env-setup.outcome == 'failure'
uses: mamba-org/setup-micromamba@v1
uses: mamba-org/setup-micromamba@v2
with:
download-micromamba: false
environment-file: build_envs/environment.yml
Expand Down Expand Up @@ -114,7 +114,7 @@ jobs:
- name: environment setup
id: link-env-setup
continue-on-error: true
uses: mamba-org/setup-micromamba@v1
uses: mamba-org/setup-micromamba@v2
with:
micromamba-version: '1.5.10-0'
environment-file: build_envs/docs.yml
Expand All @@ -125,7 +125,7 @@ jobs:
- name: retry environment set up if failed
if: steps.link-env-setup.outcome == 'failure'
uses: mamba-org/setup-micromamba@v1
uses: mamba-org/setup-micromamba@v2
with:
download-micromamba: false
environment-file: build_envs/docs.yml
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/upstream-dev-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
- name: set up environment
id: env-setup
continue-on-error: true
uses: mamba-org/setup-micromamba@v1
uses: mamba-org/setup-micromamba@v2
with:
micromamba-version: '1.5.10-0'
environment-file: build_envs/environment.yml
Expand All @@ -38,7 +38,7 @@ jobs:
- name: retry environment set up if failed
if: steps.env-setup.outcome == 'failure'
uses: mamba-org/setup-micromamba@v1
uses: mamba-org/setup-micromamba@v2
with:
download-micromamba: false
environment-file: build_envs/environment.yml
Expand Down

0 comments on commit 255fdd8

Please sign in to comment.