Skip to content

Commit 0e04aed

Browse files
[dependabot]: Bump actions/cache from 4 to 5 in the actions group (#73)
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 f271277 commit 0e04aed

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ jobs:
6060
working-directory: ./mne-python
6161
- run: python -c "import mne; print(mne.datasets.testing.data_path(verbose=True))"
6262
name: Get test data
63-
- uses: actions/cache@v4
63+
- uses: actions/cache@v5
6464
with:
6565
key: ${{ env.TESTING_VERSION }}
6666
path: ~/mne_data

0 commit comments

Comments
 (0)