Skip to content

Commit 4c7a536

Browse files
Bump mamba-org/setup-micromamba from 2.0.2 to 2.0.3 (jupyter-xeus#383)
* Bump mamba-org/setup-micromamba from 2.0.2 to 2.0.3 Bumps [mamba-org/setup-micromamba](https://github.com/mamba-org/setup-micromamba) from 2.0.2 to 2.0.3. - [Release notes](https://github.com/mamba-org/setup-micromamba/releases) - [Commits](mamba-org/setup-micromamba@v2.0.2...v2.0.3) --- updated-dependencies: - dependency-name: mamba-org/setup-micromamba dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci --------- Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
1 parent 27865ec commit 4c7a536

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ jobs:
5656
tlmgr list --only-installed
5757
5858
- name: 🐍 Install Conda environment
59-
uses: mamba-org/[email protected].2
59+
uses: mamba-org/[email protected].3
6060
with:
6161
environment-file: .github/workflows/micromamba/docs.yml
6262
environment-name: docs

.github/workflows/macOS.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@ jobs:
124124
run: ctest --test-dir ${{ env.CMAKE_BINARY_PREFIX }} -C ${{ env.CMAKE_BUILD_TYPE }} --output-on-failure
125125
- name: 🎉 Install
126126
run: cmake --install ${{ env.CMAKE_BINARY_PREFIX }} --prefix ${{ env.CMAKE_INSTALL_PREFIX }} --config ${{ env.CMAKE_BUILD_TYPE }}
127-
127+
128128
gcc:
129129
runs-on: macos-14
130130
name: macos-14 gcc-${{ matrix.version }} (c++${{ matrix.standard }})

0 commit comments

Comments
 (0)