From e0b0b20e1a88372b47962cf558ef8099e8e3ed40 Mon Sep 17 00:00:00 2001 From: pavelzw <29506042+pavelzw@users.noreply.github.com> Date: Tue, 26 Nov 2024 06:06:24 +0000 Subject: [PATCH] Bump mamba-org/setup-micromamba version to v2.0.2 --- template/.github/workflows/autoupdate.yml | 2 +- template/.github/workflows/ci.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/template/.github/workflows/autoupdate.yml b/template/.github/workflows/autoupdate.yml index d7bf679..cf51d6c 100644 --- a/template/.github/workflows/autoupdate.yml +++ b/template/.github/workflows/autoupdate.yml @@ -18,7 +18,7 @@ jobs: - name: Checkout branch uses: actions/checkout@v4 - name: Set up Conda env - uses: mamba-org/setup-micromamba@ab6bf8bf7403e8023a094abeec19d6753bdc143e + uses: mamba-org/setup-micromamba@06375d89d211a1232ef63355742e9e2e564bc7f7 with: environment-file: environment.yml environment-name: check-env diff --git a/template/.github/workflows/ci.yml b/template/.github/workflows/ci.yml index 958e715..6e107f1 100644 --- a/template/.github/workflows/ci.yml +++ b/template/.github/workflows/ci.yml @@ -27,7 +27,7 @@ jobs: with: ref: ${{ github.head_ref }} - name: Set up Conda env - uses: mamba-org/setup-micromamba@ab6bf8bf7403e8023a094abeec19d6753bdc143e + uses: mamba-org/setup-micromamba@06375d89d211a1232ef63355742e9e2e564bc7f7 with: environment-file: environment.yml environment-name: test-env