Skip to content

Commit

Permalink
Merge pull request #282 from python-windrose/dependabot/github_action…
Browse files Browse the repository at this point in the history
…s/github-actions-e9a603f164

Bump mamba-org/setup-micromamba from 1 to 2 in the github-actions group
  • Loading branch information
ocefpaf authored Oct 4, 2024
2 parents 9ff56f3 + 3c32901 commit 453e1b2
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 @@ -20,7 +20,7 @@ jobs:
fetch-depth: 0

- name: Setup Micromamba
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 for Python ${{ 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 453e1b2

Please sign in to comment.