Skip to content

Commit d56b28c

Browse files
authored
Merge pull request #37 from Point72/dependabot/github_actions/mamba-org/setup-micromamba-3.2.1
Bump mamba-org/setup-micromamba from 3.1.0 to 3.2.1
2 parents 7a0e0f7 + c9d2c68 commit d56b28c

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/conda.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ jobs:
4646
- name: Checkout
4747
uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1
4848

49-
- uses: mamba-org/setup-micromamba@ce51e99f4bb8a82ab7158c4dc59ef4634c59c4f9 # v3.1.0
49+
- uses: mamba-org/setup-micromamba@f457c30a868e4760d3a6fcea5f25dc655b8edf39 # v3.2.1
5050
with:
5151
micromamba-version: '2.3.2-0'
5252
environment-file: conda/dev-environment-unix.yml
@@ -57,7 +57,7 @@ jobs:
5757
post-cleanup: 'all'
5858
if: ${{ runner.os != 'Windows' }}
5959

60-
- uses: mamba-org/setup-micromamba@ce51e99f4bb8a82ab7158c4dc59ef4634c59c4f9 # v3.1.0
60+
- uses: mamba-org/setup-micromamba@f457c30a868e4760d3a6fcea5f25dc655b8edf39 # v3.2.1
6161
with:
6262
micromamba-version: '2.3.2-0'
6363
environment-file: conda/dev-environment-win.yml

0 commit comments

Comments
 (0)