Skip to content

Commit c4a21a8

Browse files
authored
Merge pull request #158 from ajdawson/dependabot/github_actions/mamba-org/setup-micromamba-2
Bump mamba-org/setup-micromamba from 1 to 2
2 parents e44e56c + b18b6ec commit c4a21a8

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/deploy-docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
fetch-depth: 0
2222

2323
- name: Setup Micromamba
24-
uses: mamba-org/setup-micromamba@v1
24+
uses: mamba-org/setup-micromamba@v2
2525
with:
2626
environment-name: TEST
2727
init-shell: bash

.github/workflows/tests-standard.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
- uses: actions/checkout@v4
1919

2020
- name: Setup Micromamba Python ${{ matrix.python-version }}
21-
uses: mamba-org/setup-micromamba@v1
21+
uses: mamba-org/setup-micromamba@v2
2222
with:
2323
environment-name: TEST
2424
init-shell: bash

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
- uses: actions/checkout@v4
1919

2020
- name: Setup Micromamba Python ${{ matrix.python-version }}
21-
uses: mamba-org/setup-micromamba@v1
21+
uses: mamba-org/setup-micromamba@v2
2222
with:
2323
environment-name: TEST
2424
init-shell: bash

0 commit comments

Comments
 (0)