diff --git a/.github/workflows/benchmarks.yml b/.github/workflows/benchmarks.yml index 6aca49db1..3e35dd9a9 100644 --- a/.github/workflows/benchmarks.yml +++ b/.github/workflows/benchmarks.yml @@ -27,7 +27,7 @@ jobs: fetch-depth: 0 - name: Set up conda (micromamba) - uses: mamba-org/setup-micromamba@v1 + uses: mamba-org/setup-micromamba@v2 with: environment-name: climpred-benchmarks cache-environment: true diff --git a/.github/workflows/climpred_testing.yml b/.github/workflows/climpred_testing.yml index af9532850..9850bd11e 100644 --- a/.github/workflows/climpred_testing.yml +++ b/.github/workflows/climpred_testing.yml @@ -42,7 +42,7 @@ jobs: with: fetch-depth: 0 # Fetch all history for all branches and tags. - name: Set up conda (micromamba) - uses: mamba-org/setup-micromamba@v1 + uses: mamba-org/setup-micromamba@v2 with: environment-file: ci/requirements/minimum-tests.yml environment-name: climpred-minimum-tests @@ -100,7 +100,7 @@ jobs: with: fetch-depth: 0 # Fetch all history for all branches and tags. - name: Setup conda (micromamba) - uses: mamba-org/setup-micromamba@v1 + uses: mamba-org/setup-micromamba@v2 with: environment-file: ci/requirements/maximum-tests.yml environment-name: climpred-maximum-tests @@ -149,7 +149,7 @@ jobs: steps: - uses: actions/checkout@v4 - name: Setup conda (micromamba) - uses: mamba-org/setup-micromamba@v1 + uses: mamba-org/setup-micromamba@v2 with: environment-file: ci/requirements/maximum-tests.yml environment-name: climpred-maximum-tests @@ -183,7 +183,7 @@ jobs: steps: - uses: actions/checkout@v4 - name: Set up conda (micromamba) - uses: mamba-org/setup-micromamba@v1 + uses: mamba-org/setup-micromamba@v2 with: environment-file: ci/requirements/docs.yml environment-name: climpred-docs diff --git a/.github/workflows/upstream-dev-ci.yml b/.github/workflows/upstream-dev-ci.yml index 7b6bf1c56..86fb1179a 100644 --- a/.github/workflows/upstream-dev-ci.yml +++ b/.github/workflows/upstream-dev-ci.yml @@ -52,7 +52,7 @@ jobs: with: fetch-depth: 0 # Fetch all history for all branches and tags. - name: Set up conda (micromamba) - uses: mamba-org/setup-micromamba@v1 + uses: mamba-org/setup-micromamba@v2 with: environment-file: ci/requirements/climpred-dev.yml environment-name: climpred-dev