@@ -25,10 +25,10 @@ jobs:
2525 runs-on : ubuntu-latest
2626 timeout-minutes : 3
2727 steps :
28- - uses : actions/checkout@v6 .0.3
28+ - uses : actions/checkout@v7 .0.0
2929 with :
3030 persist-credentials : false
31- - uses : actions/setup-python@v6
31+ - uses : actions/setup-python@v6.2.0
3232 with :
3333 python-version : ' 3.14'
3434 - uses : pre-commit/action@v3.0.1
9191 python : ' 3.14t' # free-threaded
9292 kind : pip-ft
9393 steps :
94- - uses : actions/checkout@v6 .0.3
94+ - uses : actions/checkout@v7 .0.0
9595 with :
9696 fetch-depth : 0
9797 persist-credentials : false
@@ -118,7 +118,7 @@ jobs:
118118 pyvista : false
119119 wm : false
120120 # Python (if pip)
121- - uses : actions/setup-python@v6
121+ - uses : actions/setup-python@v6.2.0
122122 with :
123123 python-version : ${{ matrix.python }}
124124 if : startswith(matrix.kind, 'pip') || matrix.kind == 'minimal'
@@ -152,7 +152,7 @@ jobs:
152152 - run : python ./tools/github_actions_check_old_env.py
153153 if : matrix.kind == 'old'
154154 # Minimal commands on Linux (macOS stalls)
155- - uses : actions/cache@v5
155+ - uses : actions/cache@v5.0.5
156156 with :
157157 key : minimal-commands-1
158158 path : ~/minimal_cmds
@@ -167,7 +167,7 @@ jobs:
167167 run : MNE_SKIP_TESTING_DATASET_TESTS=true pytest -m "not (ultraslowtest or pgtest)" --tb=short --cov=mne --cov-report xml -vv -rfE mne/
168168 if : matrix.kind == 'minimal'
169169 - run : ./tools/get_testing_version.sh
170- - uses : actions/cache@v5
170+ - uses : actions/cache@v5.0.5
171171 with :
172172 key : ${{ env.TESTING_VERSION }}
173173 path : ~/mne_data
0 commit comments