Skip to content

Commit c5d548a

Browse files
[dependabot]: Bump actions/cache from 4 to 5 in the actions group (#389)
Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: mne[bot] <[email protected]>
1 parent 87fc323 commit c5d548a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ jobs:
7878
fi
7979
- run: ./tools/get_testing_version.sh
8080
working-directory: ../mne-python
81-
- uses: actions/cache@v4
81+
- uses: actions/cache@v5
8282
with:
8383
key: ${{ env.TESTING_VERSION }}
8484
path: ~/mne_data
@@ -170,7 +170,7 @@ jobs:
170170
python -m pip install -ve .${PIP_OPTION} ${QT_LIB_INSTALL}
171171
- run: bash ./tools/get_testing_version.sh
172172
working-directory: ../mne-python
173-
- uses: actions/cache@v4
173+
- uses: actions/cache@v5
174174
with:
175175
key: ${{ env.TESTING_VERSION }}
176176
path: ~/mne_data

0 commit comments

Comments
 (0)