Skip to content

Commit

Permalink
Merge pull request #128 from ioos/dependabot/github_actions/mamba-org…
Browse files Browse the repository at this point in the history
…/setup-micromamba-2

Bump mamba-org/setup-micromamba from 1 to 2
  • Loading branch information
ocefpaf authored Oct 4, 2024
2 parents 5b4d70b + 3444ba9 commit 6f8d5c8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/deploy-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
fetch-depth: 0

- name: Setup Micromamba ${{ matrix.python-version }}
uses: mamba-org/setup-micromamba@v1
uses: mamba-org/setup-micromamba@v2
with:
environment-name: TEST
init-shell: bash
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
- uses: actions/checkout@v4

- name: Setup Micromamba ${{ matrix.python-version }}
uses: mamba-org/setup-micromamba@v1
uses: mamba-org/setup-micromamba@v2
with:
environment-name: TEST
init-shell: bash
Expand Down

0 comments on commit 6f8d5c8

Please sign in to comment.