Skip to content

Commit e3d795b

Browse files
Bump mamba-org/setup-micromamba from 2 to 3 in the actions group
Bumps the actions group with 1 update: [mamba-org/setup-micromamba](https://github.com/mamba-org/setup-micromamba). Updates `mamba-org/setup-micromamba` from 2 to 3 - [Release notes](https://github.com/mamba-org/setup-micromamba/releases) - [Commits](mamba-org/setup-micromamba@v2...v3) --- updated-dependencies: - dependency-name: mamba-org/setup-micromamba dependency-version: '3' dependency-type: direct:production update-type: version-update:semver-major dependency-group: actions ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 8c7aae7 commit e3d795b

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/asv-benchmarking-pr.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828

2929

3030
- name: Set up Conda environment
31-
uses: mamba-org/setup-micromamba@v2
31+
uses: mamba-org/setup-micromamba@v3
3232
with:
3333
environment-file: ${{env.CONDA_ENV_FILE}}
3434
cache-environment: true

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ jobs:
7878
- name: environment setup
7979
id: link-env-setup
8080
continue-on-error: true
81-
uses: mamba-org/setup-micromamba@0dea6379afdaffa5d528b3d1dabc45da37f443fc # v2
81+
uses: mamba-org/setup-micromamba@d7c9bd84e824b79d2af72a2d4196c7f4300d3476 # v2
8282
with:
8383
environment-file: ci/docs.yml
8484
cache-environment: true
@@ -88,7 +88,7 @@ jobs:
8888
8989
- name: retry environment set up if failed
9090
if: steps.link-env-setup.outcome == 'failure'
91-
uses: mamba-org/setup-micromamba@0dea6379afdaffa5d528b3d1dabc45da37f443fc # v2
91+
uses: mamba-org/setup-micromamba@d7c9bd84e824b79d2af72a2d4196c7f4300d3476 # v2
9292
with:
9393
download-micromamba: false
9494
environment-file: ci/docs.yml

.github/workflows/upstream-dev-ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
token: ${{ github.token }}
3131

3232
- name: Set up environment
33-
uses: mamba-org/setup-micromamba@v2
33+
uses: mamba-org/setup-micromamba@v3
3434
with:
3535
environment-file: ci/environment.yml
3636
create-args: >-

0 commit comments

Comments
 (0)