Skip to content

Commit 326e9f3

Browse files
Bump mamba-org/setup-micromamba from 1 to 2 (#121)
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]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 5f8f71f commit 326e9f3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -64,15 +64,15 @@ jobs:
6464
- name: environment setup
6565
id: env-setup
6666
continue-on-error: true
67-
uses: mamba-org/setup-micromamba@v1
67+
uses: mamba-org/setup-micromamba@v2
6868
with:
6969
environment-file: environment.yml
7070
cache-environment: true
7171
cache-environment-key: "build-${{env.TODAY}}"
7272

7373
- name: retry environment set up if failed
7474
if: steps.env-setup.outcome == 'failure'
75-
uses: mamba-org/setup-micromamba@v1
75+
uses: mamba-org/setup-micromamba@v2
7676
with:
7777
download-micromamba: false
7878
environment-file: environment.yml

0 commit comments

Comments
 (0)