From 7c70b26eb7345b60695fedbab809976cd59e1832 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 12 Sep 2022 11:12:47 -0600 Subject: [PATCH] Bump mamba-org/provision-with-micromamba from 12 to 13 (#141) Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/benchmarks.yml | 2 +- .github/workflows/ci.yaml | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/benchmarks.yml b/.github/workflows/benchmarks.yml index badf4be8c..5c6e03a2e 100644 --- a/.github/workflows/benchmarks.yml +++ b/.github/workflows/benchmarks.yml @@ -22,7 +22,7 @@ jobs: fetch-depth: 0 - name: Set up conda environment - uses: mamba-org/provision-with-micromamba@v12 + uses: mamba-org/provision-with-micromamba@v13 with: environment-file: ci/environment.yml environment-name: flox-tests diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 4db8e6a8a..68859e89e 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -34,7 +34,7 @@ jobs: run: | echo "PYTHON_VERSION=${{ matrix.python-version }}" >> $GITHUB_ENV - name: Set up conda environment - uses: mamba-org/provision-with-micromamba@v12 + uses: mamba-org/provision-with-micromamba@v13 with: environment-file: ci/environment.yml environment-name: flox-tests @@ -78,7 +78,7 @@ jobs: with: fetch-depth: 0 # Fetch all history for all branches and tags. - name: Set up conda environment - uses: mamba-org/provision-with-micromamba@v12 + uses: mamba-org/provision-with-micromamba@v13 with: environment-file: ci/${{ matrix.env }}.yml environment-name: flox-tests @@ -101,7 +101,7 @@ jobs: steps: - uses: actions/checkout@v3 - name: Set up conda environment - uses: mamba-org/provision-with-micromamba@v12 + uses: mamba-org/provision-with-micromamba@v13 with: environment-file: ci/upstream-dev-env.yml environment-name: flox-tests @@ -123,7 +123,7 @@ jobs: repository: 'pydata/xarray' fetch-depth: 0 # Fetch all history for all branches and tags. - name: Set up conda environment - uses: mamba-org/provision-with-micromamba@v12 + uses: mamba-org/provision-with-micromamba@v13 with: environment-file: ci/requirements/environment.yml environment-name: xarray-tests