File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1212 name : Autoupdate changelog entry and headers
1313 runs-on : ubuntu-latest
1414 steps :
15- - uses : actions/checkout@v5
15+ - uses : actions/checkout@v6
1616 with :
1717 persist-credentials : false
1818 - uses : actions/setup-python@v6
Original file line number Diff line number Diff line change 1313 name : Check towncrier entry in doc/changes/dev/
1414 runs-on : ubuntu-latest
1515 steps :
16- - uses : actions/checkout@v5
16+ - uses : actions/checkout@v6
1717 with :
1818 persist-credentials : false
1919 - uses : scientific-python/action-towncrier-changelog@v2
Original file line number Diff line number Diff line change 3838
3939 steps :
4040 - name : Checkout repository
41- uses : actions/checkout@v5
41+ uses : actions/checkout@v6
4242 with :
4343 persist-credentials : false
4444
Original file line number Diff line number Diff line change 1717 GH_TOKEN : ${{ github.token }}
1818 GITHUB_TOKEN : ${{ github.token }}
1919 steps :
20- - uses : actions/checkout@v5
20+ - uses : actions/checkout@v6
2121 with :
2222 persist-credentials : true
2323 - uses : actions/setup-python@v6
Original file line number Diff line number Diff line change 1616 package :
1717 runs-on : ubuntu-latest
1818 steps :
19- - uses : actions/checkout@v5
19+ - uses : actions/checkout@v6
2020 with :
2121 persist-credentials : false
2222 - uses : actions/setup-python@v6
2828 pip install build twine
2929 - run : python -m build --sdist --wheel
3030 - run : twine check --strict dist/*
31- - uses : actions/upload-artifact@v5
31+ - uses : actions/upload-artifact@v6
3232 with :
3333 name : dist
3434 path : dist
4343 name : pypi
4444 url : https://pypi.org/p/mne
4545 steps :
46- - uses : actions/download-artifact@v6
46+ - uses : actions/download-artifact@v7
4747 with :
4848 name : dist
4949 path : dist
Original file line number Diff line number Diff line change 2222 GH_TOKEN : ${{ github.token }}
2323 GITHUB_TOKEN : ${{ github.token }}
2424 steps :
25- - uses : actions/checkout@v5
25+ - uses : actions/checkout@v6
2626 with :
2727 persist-credentials : true
2828 - name : Triage SSH
Original file line number Diff line number Diff line change 2525 runs-on : ubuntu-latest
2626 timeout-minutes : 3
2727 steps :
28- - uses : actions/checkout@v5
28+ - uses : actions/checkout@v6
2929 with :
3030 persist-credentials : false
3131 - uses : actions/setup-python@v6
9292 python : ' 3.10'
9393 kind : old
9494 steps :
95- - uses : actions/checkout@v5
95+ - uses : actions/checkout@v6
9696 with :
9797 fetch-depth : 0
9898 persist-credentials : false
@@ -165,7 +165,7 @@ jobs:
165165 run : MNE_SKIP_TESTING_DATASET_TESTS=true pytest -m "not (ultraslowtest or pgtest)" --tb=short --cov=mne --cov-report xml -vv -rfE mne/
166166 if : matrix.kind == 'minimal'
167167 - run : ./tools/get_testing_version.sh
168- - uses : actions/cache@v4
168+ - uses : actions/cache@v5
169169 with :
170170 key : ${{ env.TESTING_VERSION }}
171171 path : ~/mne_data
You can’t perform that action at this time.
0 commit comments