From ae339eb23290138e08446b19aab667ceae95c0b6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 20 May 2026 15:48:21 +0000 Subject: [PATCH] Bump the actions group with 2 updates Bumps the actions group with 2 updates: [conda-incubator/setup-miniconda](https://github.com/conda-incubator/setup-miniconda) and [codecov/codecov-action](https://github.com/codecov/codecov-action). Updates `conda-incubator/setup-miniconda` from 3 to 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...v4) Updates `codecov/codecov-action` from 5 to 6.0.0 - [Release notes](https://github.com/codecov/codecov-action/releases) - [Changelog](https://github.com/codecov/codecov-action/blob/main/CHANGELOG.md) - [Commits](https://github.com/codecov/codecov-action/compare/v5...v6) --- updated-dependencies: - dependency-name: conda-incubator/setup-miniconda dependency-version: '4' dependency-type: direct:production update-type: version-update:semver-major dependency-group: actions - dependency-name: codecov/codecov-action dependency-version: 6.0.0 dependency-type: direct:production update-type: version-update:semver-major dependency-group: actions ... Signed-off-by: dependabot[bot] --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 241d646e..b2d9ea92 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -109,7 +109,7 @@ jobs: fetch-depth: 0 lfs: true persist-credentials: false - - uses: conda-incubator/setup-miniconda@v3 # zizmor: ignore[unpinned-uses] + - uses: conda-incubator/setup-miniconda@v4 # zizmor: ignore[unpinned-uses] with: installer-url: https://github.com/conda-forge/miniforge/releases/download/25.3.1-0/Miniforge3-25.3.1-0-Linux-x86_64.sh python-version: "3.13" @@ -120,7 +120,7 @@ jobs: run: | conda list tox -e py313 - - uses: codecov/codecov-action@v5 # zizmor: ignore[unpinned-uses] + - uses: codecov/codecov-action@v6 # zizmor: ignore[unpinned-uses] with: token: ${{ secrets.CODECOV_TOKEN }} # zizmor: ignore[secrets-outside-env] files: ./coverage.xml