Skip to content

Commit fb6709e

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 d44d462 commit fb6709e

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
@@ -143,7 +143,7 @@ jobs:
143143
fi
144144
fi
145145
if: matrix.kind == 'conda' || matrix.kind == 'mamba'
146-
- uses: mamba-org/setup-micromamba@v2
146+
- uses: mamba-org/setup-micromamba@v3
147147
with:
148148
environment-file: ${{ env.CONDA_ENV }}
149149
environment-name: mne
@@ -182,7 +182,7 @@ jobs:
182182
path: ~/mne_data
183183
- run: bash ./tools/github_actions_download.sh
184184
- run: bash ./tools/github_actions_test.sh # for some reason on macOS we need to run "bash X" in order for a failed test run to show up
185-
- uses: codecov/codecov-action@v5
185+
- uses: codecov/codecov-action@v6
186186
with:
187187
token: ${{ secrets.CODECOV_TOKEN }}
188188
if: success() || failure()

0 commit comments

Comments
 (0)