Skip to content

Commit 9c6b12c

Browse files
Merge pull request #100 from WCRP-CORDEX/dependabot/github_actions/mamba-org/setup-micromamba-3
Bump mamba-org/setup-micromamba from 2 to 3
2 parents e855d53 + 82c5af5 commit 9c6b12c

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
echo "CONDA_ENV_FILE=ci/environment.yaml" >> $GITHUB_ENV
3535
echo "PYTHON_VERSION=${{ matrix.python-version }}" >> $GITHUB_ENV
3636
- name: Create conda environment
37-
uses: mamba-org/setup-micromamba@v2
37+
uses: mamba-org/setup-micromamba@v3
3838
with:
3939
cache-downloads: true
4040
cache-downloads-key: "${{runner.os}}-${{runner.arch}}-py${{matrix.python-version}}"

.github/workflows/xlsx.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
echo "CONDA_ENV_FILE=ci/environment.yaml" >> $GITHUB_ENV
3131
echo "PYTHON_VERSION=${{ matrix.python-version }}" >> $GITHUB_ENV
3232
- name: Create conda environment
33-
uses: mamba-org/setup-micromamba@v2
33+
uses: mamba-org/setup-micromamba@v3
3434
with:
3535
cache-downloads: true
3636
cache-downloads-key: "${{runner.os}}-${{runner.arch}}-py${{matrix.python-version}}"

0 commit comments

Comments
 (0)