Skip to content

Commit 11a53b7

Browse files
[dependabot]: Bump actions/cache from 5 to 6 in the actions group (#422)
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 a820b99 commit 11a53b7

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
@@ -78,7 +78,7 @@ jobs:
7878
fi
7979
- run: ./tools/get_testing_version.sh
8080
working-directory: ../mne-python
81-
- uses: actions/cache@v5
81+
- uses: actions/cache@v6
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@v5
173+
- uses: actions/cache@v6
174174
with:
175175
key: ${{ env.TESTING_VERSION }}
176176
path: ~/mne_data

0 commit comments

Comments
 (0)