Skip to content

Commit 4049ee0

Browse files
Build(deps): 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 2 to 3 - [Release notes](https://github.com/mamba-org/setup-micromamba/releases) - [Commits](mamba-org/setup-micromamba@v2...v3) Updates `codecov/codecov-action` from 5 to 6 - [Release notes](https://github.com/codecov/codecov-action/releases) - [Changelog](https://github.com/codecov/codecov-action/blob/main/CHANGELOG.md) - [Commits](codecov/codecov-action@v5...v6) --- updated-dependencies: - dependency-name: mamba-org/setup-micromamba dependency-version: '3' dependency-type: direct:production update-type: version-update:semver-major dependency-group: actions - dependency-name: codecov/codecov-action dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major dependency-group: actions ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 9e3ef36 commit 4049ee0

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
steps:
3939
- uses: actions/checkout@v6
4040
- uses: pyvista/setup-headless-display-action@main
41-
- uses: mamba-org/setup-micromamba@v2
41+
- uses: mamba-org/setup-micromamba@v3
4242
with:
4343
environment-file: environment.yml
4444
#
@@ -49,7 +49,7 @@ jobs:
4949
- run: python -c "from mayavi import mlab; mlab.test_plot3d()"
5050
- run: python -c "import mne; mne.datasets.testing.data_path(verbose=True)"
5151
- run: pytest --tb=short --cov=mne_kit_gui --cov-report=xml --cov-report=html -vvv mne_kit_gui
52-
- uses: codecov/codecov-action@v5
52+
- uses: codecov/codecov-action@v6
5353
with:
5454
token: ebcd818a-7a71-470d-b667-7cd9c3003c7d
5555
if: success() || failure()

0 commit comments

Comments
 (0)