From 0bbb4122ad21505ce1a7e077571e32cea4670cd1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 16 Jan 2024 13:14:08 +0800 Subject: [PATCH] build(deps): bump mamba-org/provision-with-micromamba from 14 to 15 (#29) Bumps [mamba-org/provision-with-micromamba](https://github.com/mamba-org/provision-with-micromamba) from 14 to 15. - [Release notes](https://github.com/mamba-org/provision-with-micromamba/releases) - [Commits](https://github.com/mamba-org/provision-with-micromamba/compare/v14...v15) --- updated-dependencies: - dependency-name: mamba-org/provision-with-micromamba dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/Docs.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/Docs.yml b/.github/workflows/Docs.yml index 8db7f7f..4e0b407 100644 --- a/.github/workflows/Docs.yml +++ b/.github/workflows/Docs.yml @@ -44,7 +44,7 @@ jobs: run: sudo apt-get install dia mscgen inkscape - name: '🐍 Install Conda environment' - uses: mamba-org/provision-with-micromamba@v14 + uses: mamba-org/provision-with-micromamba@v15 with: environment-file: .github/micromamba/docs.yml