From d70130a9947fd17be0dd0818689261913809f554 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 1 Dec 2024 13:00:44 +0000 Subject: [PATCH] Bump conda-incubator/setup-miniconda in the actions-version group Bumps the actions-version group with 1 update: [conda-incubator/setup-miniconda](https://github.com/conda-incubator/setup-miniconda). Updates `conda-incubator/setup-miniconda` from 3.0.4 to 3.1.0 - [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/v3.0.4...v3.1.0) --- updated-dependencies: - dependency-name: conda-incubator/setup-miniconda dependency-type: direct:production update-type: version-update:semver-minor dependency-group: actions-version ... Signed-off-by: dependabot[bot] --- .github/workflows/test-notebooks.yml | 2 +- .github/workflows/test-projects.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/test-notebooks.yml b/.github/workflows/test-notebooks.yml index 9d30edb..aaf07c1 100644 --- a/.github/workflows/test-notebooks.yml +++ b/.github/workflows/test-notebooks.yml @@ -30,7 +30,7 @@ jobs: with: submodules: "recursive" - name: Create Python Environment - uses: conda-incubator/setup-miniconda@v3.0.4 + uses: conda-incubator/setup-miniconda@v3.1.0 with: python-version: ${{ matrix.config.python }} environment-file: environment.yml diff --git a/.github/workflows/test-projects.yml b/.github/workflows/test-projects.yml index 606c59d..016b0d4 100644 --- a/.github/workflows/test-projects.yml +++ b/.github/workflows/test-projects.yml @@ -30,7 +30,7 @@ jobs: with: submodules: "recursive" - name: Create Python Environment - uses: conda-incubator/setup-miniconda@v3.0.4 + uses: conda-incubator/setup-miniconda@v3.1.0 with: python-version: ${{ matrix.config.python }} environment-file: environment.yml