From cea941a885b4131154f6d9c88af3f8a8c7ab0e11 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 18 Dec 2024 09:02:24 +1100 Subject: [PATCH] Bump mamba-org/setup-micromamba from 2.0.2 to 2.0.3 (#362) Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 358dc0af..0c3a767a 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -24,7 +24,7 @@ jobs: - uses: actions/checkout@v4 - name: Setup Micromamba - uses: mamba-org/setup-micromamba@v2.0.2 + uses: mamba-org/setup-micromamba@v2.0.3 with: environment-file: environment.yml cache-environment: true