Skip to content

Commit

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

Bump mamba-org/setup-micromamba from 2.0.2 to 2.0.3
  • Loading branch information
ludwiglierhammer authored Dec 16, 2024
2 parents bb779d9 + b2d5549 commit 8811fff
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@06375d89d211a1232ef63355742e9e2e564bc7f7 # v2.0.2
uses: mamba-org/setup-micromamba@068f1ab4b37ed9b3d9f73da7db90a0cda0a48d29 # v2.0.3
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 8811fff

Please sign in to comment.