Skip to content

Commit 84aa50a

Browse files
authored
Merge pull request #102 from pyoceans/dependabot/github_actions/mamba-org/setup-micromamba-2
Bump mamba-org/setup-micromamba from 1 to 2
2 parents a7954cf + 44cecee commit 84aa50a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/deploy-docs.yml

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

2222
- name: Setup Micromamba
23-
uses: mamba-org/setup-micromamba@v1
23+
uses: mamba-org/setup-micromamba@v2
2424
with:
2525
environment-name: TEST
2626
init-shell: bash

.github/workflows/tests.yml

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

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

0 commit comments

Comments
 (0)