Skip to content

Commit fc5500b

Browse files
Bump mamba-org/setup-micromamba from 1.7.3 to 1.8.1
Bumps [mamba-org/setup-micromamba](https://github.com/mamba-org/setup-micromamba) from 1.7.3 to 1.8.1. - [Release notes](https://github.com/mamba-org/setup-micromamba/releases) - [Commits](mamba-org/setup-micromamba@v1.7.3...v1.8.1) --- updated-dependencies: - dependency-name: mamba-org/setup-micromamba dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent a7c1cb2 commit fc5500b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/publish.yml

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

1414
- name: Set up micromamba
15-
uses: mamba-org/setup-micromamba@v1.7.3
15+
uses: mamba-org/setup-micromamba@v1.8.1
1616
with:
1717
# the create command looks like this:
1818
# `micromamba create -n test-env python=<the corresponding version>`

.github/workflows/testing.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
steps:
1515
- uses: actions/checkout@v4
1616
- name: Set up micromamba
17-
uses: mamba-org/setup-micromamba@v1.7.3
17+
uses: mamba-org/setup-micromamba@v1.8.1
1818
with:
1919
# the create command looks like this:
2020
# `micromamba create -n test-env python=<the corresponding version>`

0 commit comments

Comments
 (0)