Skip to content

Commit 45e0b4a

Browse files
dependabot[bot]mdtanker
authored andcommitted
chore: bump the actions group with 2 updates
Bumps the actions group with 2 updates: [mamba-org/setup-micromamba](https://github.com/mamba-org/setup-micromamba) and [codecov/codecov-action](https://github.com/codecov/codecov-action). Updates `mamba-org/setup-micromamba` from 1 to 2 - [Release notes](https://github.com/mamba-org/setup-micromamba/releases) - [Commits](mamba-org/setup-micromamba@v1...v2) Updates `codecov/codecov-action` from 4.5.0 to 4.6.0 - [Release notes](https://github.com/codecov/codecov-action/releases) - [Changelog](https://github.com/codecov/codecov-action/blob/main/CHANGELOG.md) - [Commits](codecov/codecov-action@v4.5.0...v4.6.0) --- updated-dependencies: - dependency-name: mamba-org/setup-micromamba dependency-type: direct:production update-type: version-update:semver-major dependency-group: actions - dependency-name: codecov/codecov-action dependency-type: direct:production update-type: version-update:semver-minor dependency-group: actions ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent a2c4523 commit 45e0b4a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ jobs:
6363

6464
# Install Micromamba with conda-forge dependencies
6565
- name: Setup Micromamba
66-
uses: mamba-org/setup-micromamba@v1
66+
uses: mamba-org/setup-micromamba@v2
6767
with:
6868
environment-file: env/testing_env.yml
6969
create-args: >-
@@ -83,6 +83,6 @@ jobs:
8383
pytest -ra --cov --cov-report=xml --cov-report=term --durations=20
8484
8585
- name: Upload coverage report
86-
uses: codecov/codecov-action@v4.5.0
86+
uses: codecov/codecov-action@v4.6.0
8787
env:
8888
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}

0 commit comments

Comments
 (0)