Skip to content

Commit 1b037b2

Browse files
authored
Merge pull request #742 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 fb5ff41 + b7e9308 commit 1b037b2

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
@@ -78,7 +78,7 @@ jobs:
7878
- name: Checkout
7979
uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1
8080

81-
- uses: mamba-org/setup-micromamba@ce51e99f4bb8a82ab7158c4dc59ef4634c59c4f9 # v3.1.0
81+
- uses: mamba-org/setup-micromamba@f457c30a868e4760d3a6fcea5f25dc655b8edf39 # v3.2.1
8282
with:
8383
micromamba-version: '2.3.2-0'
8484
environment-file: conda/dev-environment-unix.yml
@@ -90,7 +90,7 @@ jobs:
9090
post-cleanup: 'none'
9191
if: ${{ runner.os != 'Windows' }}
9292

93-
- uses: mamba-org/setup-micromamba@ce51e99f4bb8a82ab7158c4dc59ef4634c59c4f9 # v3.1.0
93+
- uses: mamba-org/setup-micromamba@f457c30a868e4760d3a6fcea5f25dc655b8edf39 # v3.2.1
9494
with:
9595
micromamba-version: '2.3.2-0'
9696
environment-file: conda/dev-environment-win.yml

0 commit comments

Comments
 (0)