From c91d4e348501a1e44d0758e93eea47a72527387a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 12 Dec 2023 18:19:17 +0000 Subject: [PATCH] Bump mamba-org/setup-micromamba from 1.6.0 to 1.7.0 Bumps [mamba-org/setup-micromamba](https://github.com/mamba-org/setup-micromamba) from 1.6.0 to 1.7.0. - [Release notes](https://github.com/mamba-org/setup-micromamba/releases) - [Commits](https://github.com/mamba-org/setup-micromamba/compare/db1df3ba9e07ea86f759e98b575c002747e9e757...8752438cc2755ab7d0de2a8d70b694f5586baae8) --- updated-dependencies: - dependency-name: mamba-org/setup-micromamba dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/build-wheels.yml | 2 +- .github/workflows/ci.yml | 4 ++-- .github/workflows/conda-build.yml | 2 +- .github/workflows/daily.yml | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/build-wheels.yml b/.github/workflows/build-wheels.yml index 03d91e96..3c58eceb 100644 --- a/.github/workflows/build-wheels.yml +++ b/.github/workflows/build-wheels.yml @@ -23,7 +23,7 @@ jobs: platforms: all - name: Set up micromamba - uses: mamba-org/setup-micromamba@db1df3ba9e07ea86f759e98b575c002747e9e757 + uses: mamba-org/setup-micromamba@8752438cc2755ab7d0de2a8d70b694f5586baae8 - name: Build wheels if: github.event_name != 'release' diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 9ed3ef8b..cc724eec 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -12,7 +12,7 @@ jobs: - name: Checkout branch uses: actions/checkout@v4 - name: Set up micromamba - uses: mamba-org/setup-micromamba@db1df3ba9e07ea86f759e98b575c002747e9e757 + uses: mamba-org/setup-micromamba@8752438cc2755ab7d0de2a8d70b694f5586baae8 - name: Add micromamba to GITHUB_PATH run: echo "${HOME}/micromamba-bin" >> "$GITHUB_PATH" - name: Install Python 3.10 @@ -39,7 +39,7 @@ jobs: - name: Checkout branch uses: actions/checkout@v4 - name: Set up conda env - uses: mamba-org/setup-micromamba@db1df3ba9e07ea86f759e98b575c002747e9e757 + uses: mamba-org/setup-micromamba@8752438cc2755ab7d0de2a8d70b694f5586baae8 with: environment-file: ${{ matrix.os == 'windows-latest' && 'environment-win.yml' || 'environment.yml' }} init-shell: ${{ matrix.os == 'windows-latest' && 'powershell' || 'bash' }} diff --git a/.github/workflows/conda-build.yml b/.github/workflows/conda-build.yml index f4d3caf5..cf40452d 100644 --- a/.github/workflows/conda-build.yml +++ b/.github/workflows/conda-build.yml @@ -30,7 +30,7 @@ jobs: uses: actions/checkout@v4 - name: Fetch full git history run: git fetch --prune --unshallow - - uses: mamba-org/setup-micromamba@db1df3ba9e07ea86f759e98b575c002747e9e757 + - uses: mamba-org/setup-micromamba@8752438cc2755ab7d0de2a8d70b694f5586baae8 with: init-shell: ${{ matrix.os == 'windows-latest' && 'cmd.exe' || 'bash' }} environment-name: build diff --git a/.github/workflows/daily.yml b/.github/workflows/daily.yml index cee0fce2..805ad364 100644 --- a/.github/workflows/daily.yml +++ b/.github/workflows/daily.yml @@ -22,7 +22,7 @@ jobs: steps: - name: Checkout branch uses: actions/checkout@v4 - - uses: mamba-org/setup-micromamba@db1df3ba9e07ea86f759e98b575c002747e9e757 + - uses: mamba-org/setup-micromamba@8752438cc2755ab7d0de2a8d70b694f5586baae8 with: environment-file: environment.yml create-args: >-