Skip to content

Commit 0c4c566

Browse files
dependabot[bot]aleaf
authored andcommitted
build(deps): bump mamba-org/setup-micromamba from 1 to 3
Bumps [mamba-org/setup-micromamba](https://github.com/mamba-org/setup-micromamba) from 1 to 3. - [Release notes](https://github.com/mamba-org/setup-micromamba/releases) - [Commits](mamba-org/setup-micromamba@v1...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>
1 parent 9a182cf commit 0c4c566

4 files changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/build_docs.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
run: git fetch --prune --unshallow --tags
2424

2525
- name: Setup Micromamba
26-
uses: mamba-org/setup-micromamba@v1
26+
uses: mamba-org/setup-micromamba@v3
2727
with:
2828
environment-file: ci/test_environment.yaml
2929
cache-environment: false

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ jobs:
6767
echo ${{ steps.get_version.outputs.version }}
6868
6969
- name: Setup Micromamba
70-
uses: mamba-org/setup-micromamba@v1
70+
uses: mamba-org/setup-micromamba@v3
7171
with:
7272
environment-file: ci/test_environment.yml
7373
cache-environment: true

.github/workflows/test.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141
run: echo "date=$(date +%Y-%m-%d)" >> "${GITHUB_OUTPUT}"
4242

4343
- name: Setup Micromamba
44-
uses: mamba-org/setup-micromamba@v1
44+
uses: mamba-org/setup-micromamba@v3
4545
with:
4646
environment-file: ci/test_environment.yaml
4747
cache-environment: false

.github/workflows/test_releases.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
id: date
2424
run: echo "date=$(date +%Y-%m-%d)" >> "${GITHUB_OUTPUT}"
2525
- name: Setup Micromamba
26-
uses: mamba-org/setup-micromamba@v1
26+
uses: mamba-org/setup-micromamba@v3
2727
with:
2828
environment-file: ci/test_environment.yaml
2929
cache-environment: false

0 commit comments

Comments
 (0)