Skip to content

Commit 7cee94a

Browse files
Bump mamba-org/setup-micromamba from 2 to 3 in the actions group (#26)
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> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 8016f6a commit 7cee94a

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/build.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
shell: bash -el {0}
3636
steps:
3737
- uses: actions/checkout@v6
38-
- uses: mamba-org/setup-micromamba@v2
38+
- uses: mamba-org/setup-micromamba@v3
3939
with:
4040
environment-file: environment.yml
4141
- run: ./tools/extract_version.sh
@@ -86,7 +86,7 @@ jobs:
8686
shell: bash -el {0}
8787
steps:
8888
- uses: actions/checkout@v6
89-
- uses: mamba-org/setup-micromamba@v2
89+
- uses: mamba-org/setup-micromamba@v3
9090
with:
9191
environment-file: environment.yml
9292
- run: ./tools/extract_version.sh
@@ -112,7 +112,7 @@ jobs:
112112
shell: bash -el {0}
113113
steps:
114114
- uses: actions/checkout@v6
115-
- uses: mamba-org/setup-micromamba@v2
115+
- uses: mamba-org/setup-micromamba@v3
116116
with:
117117
environment-file: environment.yml
118118
# https://nsis.sourceforge.io/Download

0 commit comments

Comments
 (0)