Skip to content

Commit a7c4590

Browse files
Bump mamba-org/setup-micromamba from 1 to 2 (#91)
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>
1 parent b22f958 commit a7c4590

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/metrics.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
uses: actions/checkout@v4
2525

2626
- name: Setup Micromamba
27-
uses: mamba-org/setup-micromamba@v1
27+
uses: mamba-org/setup-micromamba@v2
2828
with:
2929
init-shell: bash
3030
environment-file: environment.yml

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
- uses: actions/checkout@v4
1414

1515
- name: Setup Micromamba
16-
uses: mamba-org/setup-micromamba@v1
16+
uses: mamba-org/setup-micromamba@v2
1717
with:
1818
init-shell: bash
1919
environment-file: environment.yml

0 commit comments

Comments
 (0)