From 62795aa5de7f8cbd1d190402ec3e85095bf5dad3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 20 Jan 2023 12:05:51 +0000 Subject: [PATCH] CI: (deps): Bump mamba-org/provision-with-micromamba 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] --- .github/actions/install-conda/action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/actions/install-conda/action.yml b/.github/actions/install-conda/action.yml index 3af3cc442cb..7ac48743b34 100644 --- a/.github/actions/install-conda/action.yml +++ b/.github/actions/install-conda/action.yml @@ -11,7 +11,7 @@ runs: using: composite steps: - name: Set up Python ${{ inputs.python-version }} - uses: mamba-org/provision-with-micromamba@v14 + uses: mamba-org/provision-with-micromamba@v15 with: environment-file: false environment-name: CI