From 418b0cdb5bea3e8505c893295c167e79d4d7b12a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 1 Feb 2025 11:51:23 +0000 Subject: [PATCH] Bump conda-incubator/setup-miniconda from 3.0.4 to 3.1.1 Bumps [conda-incubator/setup-miniconda](https://github.com/conda-incubator/setup-miniconda) from 3.0.4 to 3.1.1. - [Release notes](https://github.com/conda-incubator/setup-miniconda/releases) - [Changelog](https://github.com/conda-incubator/setup-miniconda/blob/main/CHANGELOG.md) - [Commits](https://github.com/conda-incubator/setup-miniconda/compare/a4260408e20b96e80095f42ff7f1a15b27dd94ca...505e6394dae86d6a5c7fbb6e3fb8938e3e863830) --- updated-dependencies: - dependency-name: conda-incubator/setup-miniconda dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/env-checks.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/env-checks.yml b/.github/workflows/env-checks.yml index d0a5f4b..b767485 100644 --- a/.github/workflows/env-checks.yml +++ b/.github/workflows/env-checks.yml @@ -59,7 +59,7 @@ jobs: fi; # create the conda env - - uses: conda-incubator/setup-miniconda@a4260408e20b96e80095f42ff7f1a15b27dd94ca # v3.0.4 + - uses: conda-incubator/setup-miniconda@505e6394dae86d6a5c7fbb6e3fb8938e3e863830 # v3.1.1 with: python-version: ${{ matrix.python-version }} auto-update-conda: true