From 930be74093633bf91e17d47652dd32e024bd77d2 Mon Sep 17 00:00:00 2001 From: Oliver Beckstein Date: Mon, 7 Oct 2024 09:37:23 -0700 Subject: [PATCH] use micromamba setup action v2 --- .github/workflows/ci.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 13e54cc..6d05d43 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -79,7 +79,7 @@ jobs: fetch-tags: true - name: micromamba package and testing environment installation (Python ${{ matrix.python-version }}, GROMACS ${{ matrix.gromacs-version }}) - uses: mamba-org/setup-micromamba@v1 + uses: mamba-org/setup-micromamba@v2 with: environment-file: ci/conda-envs/test_env.yaml condarc: |