From 835d594e818b0a42c426e4e6c0014be6ed6b4379 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 6 Dec 2023 04:40:31 +0800 Subject: [PATCH] Bump mamba-org/setup-micromamba from 1.6.0 to 1.7.0 (#81) Bumps [mamba-org/setup-micromamba](https://github.com/mamba-org/setup-micromamba) from 1.6.0 to 1.7.0. - [Release notes](https://github.com/mamba-org/setup-micromamba/releases) - [Commits](https://github.com/mamba-org/setup-micromamba/compare/v1.6.0...v1.7.0) --- updated-dependencies: - dependency-name: mamba-org/setup-micromamba dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/deploy.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 3c78114..c1bfbb1 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -29,7 +29,7 @@ jobs: uses: actions/checkout@v4 - name: Setup Micromamba - uses: mamba-org/setup-micromamba@v1.6.0 + uses: mamba-org/setup-micromamba@v1.7.0 with: environment-file: environment.yml cache-downloads: true