From bac182e20ad3137c34090a950cf2a71162649f68 Mon Sep 17 00:00:00 2001 From: pavelzw <29506042+pavelzw@users.noreply.github.com> Date: Fri, 4 Oct 2024 06:06:06 +0000 Subject: [PATCH] Bump mamba-org/setup-micromamba version to v2.0.0 --- 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 c9a3a92..e44e07e 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@59b11321ffd9186cd5165633a02c5bba47de6d13 + uses: mamba-org/setup-micromamba@617811f69075e3fd3ae68ca64220ad065877f246 with: environment-file: environment.yml environment-name: check-env diff --git a/template/.github/workflows/ci.yml b/template/.github/workflows/ci.yml index a313bdc..dc14ee8 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@59b11321ffd9186cd5165633a02c5bba47de6d13 + uses: mamba-org/setup-micromamba@617811f69075e3fd3ae68ca64220ad065877f246 with: environment-file: environment.yml environment-name: test-env