Skip to content

Commit 3af9883

Browse files
Bump mamba-org/setup-micromamba from 2 to 3 (#130)
Bumps [mamba-org/setup-micromamba](https://github.com/mamba-org/setup-micromamba) from 2 to 3. - [Release notes](https://github.com/mamba-org/setup-micromamba/releases) - [Commits](mamba-org/setup-micromamba@v2...v3) --- updated-dependencies: - dependency-name: mamba-org/setup-micromamba dependency-version: '3' 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 bf18b8a commit 3af9883

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/full-stack.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ jobs:
6969
fetch-depth: 0
7070

7171
- name: Set up conda environment
72-
uses: mamba-org/setup-micromamba@v2
72+
uses: mamba-org/setup-micromamba@v3
7373
with:
7474
environment-file: devtools/conda-envs/full-stack.yaml
7575
create-args: python=${{ matrix.python-version }}

.github/workflows/oe_license.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
- uses: actions/checkout@v6
2222

2323
- name: Set up conda environment
24-
uses: mamba-org/setup-micromamba@v2
24+
uses: mamba-org/setup-micromamba@v3
2525
with:
2626
micromamba-version: '1.5.6-0'
2727
environment-file: devtools/conda-envs/oe_license_check.yaml

0 commit comments

Comments
 (0)