Skip to content

Commit 7083733

Browse files
Bump mamba-org/setup-micromamba from 1 to 2 (#393)
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 b62fab0 commit 7083733

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
- name: Checkout source
4141
uses: actions/checkout@v4
4242
- name: Create conda environment
43-
uses: mamba-org/setup-micromamba@v1
43+
uses: mamba-org/setup-micromamba@v2
4444
with:
4545
cache-downloads: true
4646
micromamba-version: "latest"
@@ -82,7 +82,7 @@ jobs:
8282
access_token: ${{ github.token }}
8383
- uses: actions/checkout@v4
8484
- name: Create conda environment
85-
uses: mamba-org/setup-micromamba@v1
85+
uses: mamba-org/setup-micromamba@v2
8686
with:
8787
cache-downloads: true
8888
micromamba-version: "latest"

0 commit comments

Comments
 (0)