From bdbe91532e3c42ca0fd267511410a2166b4a2127 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 29 Apr 2024 14:47:35 +0000 Subject: [PATCH] Bump conda-incubator/setup-miniconda from 3.0.3 to 3.0.4 Bumps [conda-incubator/setup-miniconda](https://github.com/conda-incubator/setup-miniconda) from 3.0.3 to 3.0.4. - [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.3...v3.0.4) --- updated-dependencies: - dependency-name: conda-incubator/setup-miniconda dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/autoupdate.yml | 2 +- .github/workflows/ci.yml | 2 +- .github/workflows/docs.yml | 2 +- .github/workflows/lint.yml | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/autoupdate.yml b/.github/workflows/autoupdate.yml index 4d35b3bf..b645551a 100644 --- a/.github/workflows/autoupdate.yml +++ b/.github/workflows/autoupdate.yml @@ -9,7 +9,7 @@ jobs: - uses: actions/checkout@v4 with: ssh-key: ${{ secrets.MINIFORGE_AUTOUPDATE_SSH_PRIVATE_KEY }} - - uses: conda-incubator/setup-miniconda@v3.0.3 + - uses: conda-incubator/setup-miniconda@v3.0.4 with: miniforge-variant: Miniforge3 environment-file: .github/actions/autoupdate/environment.yml diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index f628393e..ea37bf6f 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -189,7 +189,7 @@ jobs: - name: Checkout code uses: actions/checkout@v4 - - uses: conda-incubator/setup-miniconda@v3.0.3 + - uses: conda-incubator/setup-miniconda@v3.0.4 with: miniforge-version: "latest" miniforge-variant: Mambaforge diff --git a/.github/workflows/docs.yml b/.github/workflows/docs.yml index 2b3bdb47..26b9070d 100644 --- a/.github/workflows/docs.yml +++ b/.github/workflows/docs.yml @@ -8,7 +8,7 @@ jobs: shell: bash -l {0} steps: - uses: actions/checkout@v4 - - uses: conda-incubator/setup-miniconda@v3.0.3 + - uses: conda-incubator/setup-miniconda@v3.0.4 - run: python -m pip install -r docs/requirements.txt - run: python docs/releases.py - uses: actions/upload-artifact@v4 diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index fc5a3862..f79397fc 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -9,7 +9,7 @@ jobs: steps: - uses: actions/checkout@v4 - name: Setup Miniconda - uses: conda-incubator/setup-miniconda@v3.0.3 + uses: conda-incubator/setup-miniconda@v3.0.4 - name: Install dependencies run: | conda install -c conda-forge shellcheck