Skip to content

Commit 460d086

Browse files
Bump mamba-org/setup-micromamba from 1 to 2
Bumps [mamba-org/setup-micromamba](https://github.com/mamba-org/setup-micromamba) from 1 to 2. - [Release notes](https://github.com/mamba-org/setup-micromamba/releases) - [Commits](mamba-org/setup-micromamba@v1...v2) --- updated-dependencies: - dependency-name: mamba-org/setup-micromamba dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 8a77b97 commit 460d086

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

Diff for: .github/workflows/deploy.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
- uses: actions/checkout@v4
2626

2727
- name: Set up Micromamba
28-
uses: mamba-org/setup-micromamba@v1
28+
uses: mamba-org/setup-micromamba@v2
2929
with:
3030
environment-file: ci/envs/environment.yaml
3131

Diff for: .github/workflows/packaging.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
- uses: actions/checkout@v4
2424

2525
- name: Set up Micromamba
26-
uses: mamba-org/setup-micromamba@v1 # It's advisable to also pin this action to a specific version.
26+
uses: mamba-org/setup-micromamba@v2 # It's advisable to also pin this action to a specific version.
2727
with:
2828
environment-file: ci/envs/311-package.yaml
2929

Diff for: .github/workflows/tests.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
- uses: actions/checkout@v4
3838

3939
- name: Set up Micromamba
40-
uses: mamba-org/setup-micromamba@v1
40+
uses: mamba-org/setup-micromamba@v2
4141
with:
4242
environment-file: ${{ matrix.env }}
4343

0 commit comments

Comments
 (0)