Skip to content

Commit 23e0995

Browse files
Bump mamba-org/setup-micromamba from 1 to 2 (pysal#655)
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 a776357 commit 23e0995

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

.github/workflows/mypy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
- uses: actions/checkout@v4
2727

2828
- name: setup micromamba
29-
uses: mamba-org/setup-micromamba@v1
29+
uses: mamba-org/setup-micromamba@v2
3030
with:
3131
environment-file: ci/envs/312-latest.yaml
3232
create-args: >-

.github/workflows/test_docstrings.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
- uses: actions/checkout@v4
2929

3030
- name: setup micromamba
31-
uses: mamba-org/setup-micromamba@v1
31+
uses: mamba-org/setup-micromamba@v2
3232
with:
3333
environment-file: ci/envs/312-latest.yaml
3434

.github/workflows/test_user_guide.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
- uses: actions/checkout@v4
2929

3030
- name: setup micromamba
31-
uses: mamba-org/setup-micromamba@v1
31+
uses: mamba-org/setup-micromamba@v2
3232
with:
3333
environment-file: ci/envs/312-latest.yaml
3434

.github/workflows/tests.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ jobs:
5353
- uses: actions/checkout@v4
5454

5555
- name: setup micromamba
56-
uses: mamba-org/setup-micromamba@v1
56+
uses: mamba-org/setup-micromamba@v2
5757
with:
5858
environment-file: ${{ matrix.environment-file }}
5959

0 commit comments

Comments
 (0)