Skip to content

Commit 13a7c93

Browse files
authored
Merge pull request #353 from NCAR/dependabot/github_actions/mamba-org/setup-micromamba-2
Bump mamba-org/setup-micromamba from 1 to 2
2 parents 23a0698 + 70466c9 commit 13a7c93

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
with:
3232
access_token: ${{ github.token }}
3333
- uses: actions/checkout@v3
34-
- uses: mamba-org/setup-micromamba@v1
34+
- uses: mamba-org/setup-micromamba@v2
3535
with:
3636
channels: conda-forge
3737
environment-file: ci/environment.yml
@@ -119,7 +119,7 @@ jobs:
119119
access_token: ${{ github.token }}
120120
- uses: actions/checkout@v3
121121
# - uses: conda-incubator/setup-miniconda@v3
122-
- uses: mamba-org/setup-micromamba@v1
122+
- uses: mamba-org/setup-micromamba@v2
123123
with:
124124
channels: conda-forge
125125
# channel-priority: strict

0 commit comments

Comments
 (0)