Skip to content

Commit

Permalink
Merge pull request #1081 from spacetelescope/dependabot/github_action…
Browse files Browse the repository at this point in the history
…s/master/mamba-org/setup-micromamba-2

Bump mamba-org/setup-micromamba from 1 to 2
  • Loading branch information
alphasentaurii authored Oct 14, 2024
2 parents 7a0fe0b + cd69f4f commit 85e886a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/cache.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ jobs:
path: ${{ env.CRDS_PATH }}/**/jwst*
key: test-cache-${{ needs.contexts.outputs.jwst }}
- if: steps.lookup-combined-cache.outputs.cache-hit != 'true'
uses: mamba-org/setup-micromamba@v1
uses: mamba-org/setup-micromamba@v2
with:
environment-name: crds-testing
create-args: >-
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ jobs:
- uses: actions/checkout@v4
with:
fetch-depth: 0
- uses: mamba-org/setup-micromamba@v1
- uses: mamba-org/setup-micromamba@v2
with:
environment-name: crds-testing
create-args: >-
Expand Down

0 comments on commit 85e886a

Please sign in to comment.