Skip to content

Commit

Permalink
Merge pull request #72 from glamod/dependabot/github_actions/mamba-or…
Browse files Browse the repository at this point in the history
…g/setup-micromamba-2.0.2

Bump mamba-org/setup-micromamba from 2.0.1 to 2.0.2
  • Loading branch information
ludwiglierhammer authored Nov 28, 2024
2 parents a1750a6 + 36da28e commit e5d35cb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
echo "PYTHON_VERSION=${{ matrix.python-version }}" >> $GITHUB_ENV
- name: Create conda environment
uses: mamba-org/setup-micromamba@ab6bf8bf7403e8023a094abeec19d6753bdc143e # v2.0.1
uses: mamba-org/setup-micromamba@06375d89d211a1232ef63355742e9e2e564bc7f7 # v2.0.2
with:
cache-downloads: true
cache-downloads-key: "${{runner.os}}-${{runner.arch}}-py${{matrix.python-version}}-${{hashFiles(env.CONDA_ENV_FILE)}}"
Expand Down

0 comments on commit e5d35cb

Please sign in to comment.