Skip to content

Commit 17f8863

Browse files
Bump mamba-org/setup-micromamba from 2.0.1 to 2.0.2
Bumps [mamba-org/setup-micromamba](https://github.com/mamba-org/setup-micromamba) from 2.0.1 to 2.0.2. - [Release notes](https://github.com/mamba-org/setup-micromamba/releases) - [Commits](mamba-org/setup-micromamba@v2.0.1...v2.0.2) --- updated-dependencies: - dependency-name: mamba-org/setup-micromamba dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent e9da899 commit 17f8863

File tree

5 files changed

+6
-6
lines changed

5 files changed

+6
-6
lines changed

.github/workflows/build_pkg.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141
fetch-depth: 0 # Fetch all history for all tags and branches
4242

4343
- name: Setup Conda Environment
44-
uses: mamba-org/[email protected].1
44+
uses: mamba-org/[email protected].2
4545
with:
4646
environment-file: ./devtools/conda.recipe/build_env.yml
4747
environment-name: build_env

.github/workflows/docs.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ jobs:
4747
fetch-depth: 0 # Fetch all history for all tags and branches
4848

4949
- name: Setup Conda Environment
50-
uses: mamba-org/[email protected].1
50+
uses: mamba-org/[email protected].2
5151
with:
5252
environment-file: ./doc/rtd_environment.yml
5353
environment-name: rtd

.github/workflows/pytest.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ jobs:
4747
build_system: 'include'
4848

4949
- name: Setup Conda Environment
50-
uses: mamba-org/[email protected].1
50+
uses: mamba-org/[email protected].2
5151
with:
5252
micromamba-version: "2.0.2-0"
5353
environment-file: ./environment.yml
@@ -149,7 +149,7 @@ jobs:
149149
build_system: 'include'
150150

151151
- name: Setup Conda Environment
152-
uses: mamba-org/[email protected].1
152+
uses: mamba-org/[email protected].2
153153
with:
154154
environment-file: ./environment.yml
155155
environment-name: weldx

.github/workflows/pytest_asdf.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
setup_requires: 'include'
3434

3535
- name: Setup Conda Environment
36-
uses: mamba-org/[email protected].1
36+
uses: mamba-org/[email protected].2
3737
with:
3838
environment-file: ./environment.yml
3939
environment-name: weldx

.github/workflows/static_analysis.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ jobs:
4949
key: ${{ runner.os }}-${{ hashFiles('./environment.yml') }}
5050

5151
- name: Setup Conda Environment
52-
uses: mamba-org/[email protected].1
52+
uses: mamba-org/[email protected].2
5353
with:
5454
environment-file: ./environment.yml
5555
environment-name: weldx

0 commit comments

Comments
 (0)