From 005219119e19984c583a3481d16e3e4c7ac4c167 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 12 Aug 2026 02:44:05 +0000 Subject: [PATCH] Bump mamba-org/setup-micromamba in the github-actions group Bumps the github-actions group with 1 update: [mamba-org/setup-micromamba](https://github.com/mamba-org/setup-micromamba). Updates `mamba-org/setup-micromamba` from 3.1.0 to 3.2.0 - [Release notes](https://github.com/mamba-org/setup-micromamba/releases) - [Commits](https://github.com/mamba-org/setup-micromamba/compare/ce51e99f4bb8a82ab7158c4dc59ef4634c59c4f9...d6abac32e3a0d16ca7161790b7c20e0167cfdae8) --- updated-dependencies: - dependency-name: mamba-org/setup-micromamba dependency-version: 3.2.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: github-actions ... Signed-off-by: dependabot[bot] --- .github/workflows/deploy-docs.yml | 2 +- .github/workflows/test_code.yml | 2 +- .github/workflows/test_code_notebooks.yml | 2 +- .github/workflows/test_mypy.yml | 2 +- .github/workflows/test_selenium.yml | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/deploy-docs.yml b/.github/workflows/deploy-docs.yml index 47063eb..5e84f2b 100644 --- a/.github/workflows/deploy-docs.yml +++ b/.github/workflows/deploy-docs.yml @@ -29,7 +29,7 @@ jobs: persist-credentials: false - name: Setup Micromamba - uses: mamba-org/setup-micromamba@ce51e99f4bb8a82ab7158c4dc59ef4634c59c4f9 # v3.1.0 + uses: mamba-org/setup-micromamba@d6abac32e3a0d16ca7161790b7c20e0167cfdae8 # v3.2.0 with: environment-name: TEST init-shell: bash diff --git a/.github/workflows/test_code.yml b/.github/workflows/test_code.yml index ef5291f..b7e49fe 100644 --- a/.github/workflows/test_code.yml +++ b/.github/workflows/test_code.yml @@ -27,7 +27,7 @@ jobs: persist-credentials: false - name: Setup Micromamba - uses: mamba-org/setup-micromamba@ce51e99f4bb8a82ab7158c4dc59ef4634c59c4f9 # v3.1.0 + uses: mamba-org/setup-micromamba@d6abac32e3a0d16ca7161790b7c20e0167cfdae8 # v3.2.0 with: environment-name: TEST init-shell: bash diff --git a/.github/workflows/test_code_notebooks.yml b/.github/workflows/test_code_notebooks.yml index 08ee660..7429178 100644 --- a/.github/workflows/test_code_notebooks.yml +++ b/.github/workflows/test_code_notebooks.yml @@ -22,7 +22,7 @@ jobs: persist-credentials: false - name: Setup Micromamba - uses: mamba-org/setup-micromamba@ce51e99f4bb8a82ab7158c4dc59ef4634c59c4f9 # v3.1.0 + uses: mamba-org/setup-micromamba@d6abac32e3a0d16ca7161790b7c20e0167cfdae8 # v3.2.0 with: environment-name: TEST init-shell: bash diff --git a/.github/workflows/test_mypy.yml b/.github/workflows/test_mypy.yml index aba6779..c77fbdb 100644 --- a/.github/workflows/test_mypy.yml +++ b/.github/workflows/test_mypy.yml @@ -22,7 +22,7 @@ jobs: persist-credentials: false - name: Setup Micromamba - uses: mamba-org/setup-micromamba@ce51e99f4bb8a82ab7158c4dc59ef4634c59c4f9 # v3.1.0 + uses: mamba-org/setup-micromamba@d6abac32e3a0d16ca7161790b7c20e0167cfdae8 # v3.2.0 with: environment-name: TEST init-shell: bash diff --git a/.github/workflows/test_selenium.yml b/.github/workflows/test_selenium.yml index 2028970..d0682ca 100644 --- a/.github/workflows/test_selenium.yml +++ b/.github/workflows/test_selenium.yml @@ -22,7 +22,7 @@ jobs: persist-credentials: false - name: Setup Micromamba - uses: mamba-org/setup-micromamba@ce51e99f4bb8a82ab7158c4dc59ef4634c59c4f9 # v3.1.0 + uses: mamba-org/setup-micromamba@d6abac32e3a0d16ca7161790b7c20e0167cfdae8 # v3.2.0 with: environment-name: TEST init-shell: bash