Skip to content

Commit ba6545e

Browse files
[dependabot]: 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 0e04aed commit ba6545e

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
@@ -34,7 +34,7 @@ jobs:
3434
with:
3535
python-version: ${{ matrix.python }}
3636
if: ${{ matrix.kind == 'pip' }}
37-
- uses: mamba-org/setup-micromamba@v2
37+
- uses: mamba-org/setup-micromamba@v3
3838
with:
3939
environment-file: environment.yml
4040
create-args: python=${{ matrix.python }}
@@ -65,7 +65,7 @@ jobs:
6565
key: ${{ env.TESTING_VERSION }}
6666
path: ~/mne_data
6767
- run: pytest -vv mne_realtime
68-
- uses: codecov/codecov-action@v5
68+
- uses: codecov/codecov-action@v6
6969
if: success() || failure()
7070
with:
7171
token: ${{ secrets.CODECOV_TOKEN }}

0 commit comments

Comments
 (0)