diff --git a/.github/workflows/deploy-docs.yml b/.github/workflows/deploy-docs.yml index 5e84f2b..53ef019 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@d6abac32e3a0d16ca7161790b7c20e0167cfdae8 # v3.2.0 + uses: mamba-org/setup-micromamba@f457c30a868e4760d3a6fcea5f25dc655b8edf39 # v3.2.1 with: environment-name: TEST init-shell: bash diff --git a/.github/workflows/test_code.yml b/.github/workflows/test_code.yml index b7e49fe..be7875f 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@d6abac32e3a0d16ca7161790b7c20e0167cfdae8 # v3.2.0 + uses: mamba-org/setup-micromamba@f457c30a868e4760d3a6fcea5f25dc655b8edf39 # v3.2.1 with: environment-name: TEST init-shell: bash diff --git a/.github/workflows/test_code_notebooks.yml b/.github/workflows/test_code_notebooks.yml index 7429178..d361ca7 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@d6abac32e3a0d16ca7161790b7c20e0167cfdae8 # v3.2.0 + uses: mamba-org/setup-micromamba@f457c30a868e4760d3a6fcea5f25dc655b8edf39 # v3.2.1 with: environment-name: TEST init-shell: bash diff --git a/.github/workflows/test_mypy.yml b/.github/workflows/test_mypy.yml index c77fbdb..5f04bc7 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@d6abac32e3a0d16ca7161790b7c20e0167cfdae8 # v3.2.0 + uses: mamba-org/setup-micromamba@f457c30a868e4760d3a6fcea5f25dc655b8edf39 # v3.2.1 with: environment-name: TEST init-shell: bash diff --git a/.github/workflows/test_selenium.yml b/.github/workflows/test_selenium.yml index d0682ca..7ea544c 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@d6abac32e3a0d16ca7161790b7c20e0167cfdae8 # v3.2.0 + uses: mamba-org/setup-micromamba@f457c30a868e4760d3a6fcea5f25dc655b8edf39 # v3.2.1 with: environment-name: TEST init-shell: bash