From eafe95a19cd08b0cc9c24f80461f910ae1dfbc7a Mon Sep 17 00:00:00 2001 From: pavelzw <29506042+pavelzw@users.noreply.github.com> Date: Thu, 22 Feb 2024 06:04:29 +0000 Subject: [PATCH] Bump mamba-org/setup-micromamba version to v1.8.1 --- 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 63b4bf7..72d73ed 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@8767fb704bd78032e9392f0386bf46950bdd1194 + uses: mamba-org/setup-micromamba@422500192359a097648154e8db4e39bdb6c6eed7 with: environment-file: environment.yml environment-name: check-env diff --git a/template/.github/workflows/ci.yml b/template/.github/workflows/ci.yml index a2d7155..8b5bf0c 100644 --- a/template/.github/workflows/ci.yml +++ b/template/.github/workflows/ci.yml @@ -16,7 +16,7 @@ jobs: with: ref: ${{ github.head_ref }} - name: Set up Conda env - uses: mamba-org/setup-micromamba@8767fb704bd78032e9392f0386bf46950bdd1194 + uses: mamba-org/setup-micromamba@422500192359a097648154e8db4e39bdb6c6eed7 with: environment-file: environment.yml environment-name: test-env