File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1515 - uses : actions/checkout@v7.0.0
1616 with :
1717 persist-credentials : false
18- - uses : actions/setup-python@v6.2 .0
18+ - uses : actions/setup-python@v6.3 .0
1919 - run : pip install --upgrade towncrier pygithub gitpython numpy
2020 - run : python ./.github/actions/rename_towncrier/rename_towncrier.py
2121 - run : python ./tools/dev/ensure_headers.py
Original file line number Diff line number Diff line change 2020 - uses : actions/checkout@v7.0.0
2121 with :
2222 persist-credentials : true
23- - uses : actions/setup-python@v6.2 .0
23+ - uses : actions/setup-python@v6.3 .0
2424 - run : pip install pygithub -e .
2525 - run : python tools/dev/update_credit_json.py
2626 - run : git add -f doc/sphinxext/prs/*.json
Original file line number Diff line number Diff line change 2020 with :
2121 persist-credentials : false
2222 fetch-depth : 0
23- - uses : actions/setup-python@v6.2 .0
23+ - uses : actions/setup-python@v6.3 .0
2424 - name : Install dependencies
2525 run : |
2626 python -m pip install --upgrade pip packaging build twine
Original file line number Diff line number Diff line change 2828 - uses : actions/checkout@v7.0.0
2929 with :
3030 persist-credentials : false
31- - uses : actions/setup-python@v6.2 .0
31+ - uses : actions/setup-python@v6.3 .0
3232 with :
3333 python-version : ' 3.14'
3434 - uses : pre-commit/action@v3.0.1
@@ -118,7 +118,7 @@ jobs:
118118 pyvista : false
119119 wm : false
120120 # Python (if pip)
121- - uses : actions/setup-python@v6.2 .0
121+ - uses : actions/setup-python@v6.3 .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.0.5
155+ - uses : actions/cache@v6.1.0
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.0.5
170+ - uses : actions/cache@v6.1.0
171171 with :
172172 key : ${{ env.TESTING_VERSION }}
173173 path : ~/mne_data
You can’t perform that action at this time.
0 commit comments