Skip to content

Commit

Permalink
Merge pull request #3644 from Unidata/dependabot-github_actions-dot-g…
Browse files Browse the repository at this point in the history
…ithub-actions-install-conda-mamba-org-setup-micromamba-2

CI: (deps): Bump mamba-org/setup-micromamba from 1 to 2 in /.github/actions/install-conda
  • Loading branch information
github-actions[bot] authored Oct 7, 2024
2 parents 3e9b324 + af61688 commit 927377b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/actions/install-conda/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ runs:
using: composite
steps:
- name: Set up Python ${{ inputs.python-version }}
uses: mamba-org/setup-micromamba@v1
uses: mamba-org/setup-micromamba@v2
with:
environment-name: CI
create-args: python=${{ inputs.python-version }}
Expand Down

0 comments on commit 927377b

Please sign in to comment.