Skip to content

Commit 18ffc24

Browse files
[dependabot]: Bump the actions group with 2 updates (mne-tools#13817)
Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: mne[bot] <50266005+mne-bot@users.noreply.github.com>
1 parent d44d462 commit 18ffc24

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)