From 7bb5deb1a7250de86b19812e3a5ef00a16d36680 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 27 Feb 2024 21:00:58 +0800 Subject: [PATCH] Bump mamba-org/setup-micromamba from 1.8.0 to 1.8.1 (#94) Bumps [mamba-org/setup-micromamba](https://github.com/mamba-org/setup-micromamba) from 1.8.0 to 1.8.1. - [Release notes](https://github.com/mamba-org/setup-micromamba/releases) - [Commits](https://github.com/mamba-org/setup-micromamba/compare/v1.8.0...v1.8.1) --- updated-dependencies: - dependency-name: mamba-org/setup-micromamba dependency-type: direct:production update-type: version-update:semver-patch ... 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 c9ec4d8..0dac7c0 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.8.0 + uses: mamba-org/setup-micromamba@v1.8.1 with: environment-file: environment.yml cache-downloads: true