Skip to content

Commit 5bf978b

Browse files
dependabot[bot]mne-botlarsoner
authored
[dependabot]: Bump the actions group with 3 updates (#13998)
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> Co-authored-by: Eric Larson <larson.eric.d@gmail.com>
1 parent 8e64680 commit 5bf978b

11 files changed

Lines changed: 20 additions & 20 deletions

.github/workflows/autofix.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,10 @@ jobs:
1212
name: Autoupdate changelog entry and headers
1313
runs-on: ubuntu-latest
1414
steps:
15-
- uses: actions/checkout@v6.0.3
15+
- uses: actions/checkout@v7.0.0
1616
with:
1717
persist-credentials: false
18-
- uses: actions/setup-python@v6
18+
- uses: actions/setup-python@v6.2.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

.github/workflows/autopush.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
contents: write
1212
runs-on: ubuntu-latest
1313
steps:
14-
- uses: actions/checkout@v6.0.3
14+
- uses: actions/checkout@v7.0.0
1515
with:
1616
persist-credentials: true
1717
token: ${{ secrets.MNE_BOT_TOKEN }}

.github/workflows/check_changelog.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
name: Check towncrier entry in doc/changes/dev/
1414
runs-on: ubuntu-latest
1515
steps:
16-
- uses: actions/checkout@v6.0.3
16+
- uses: actions/checkout@v7.0.0
1717
with:
1818
persist-credentials: false
1919
- uses: scientific-python/action-towncrier-changelog@v2

.github/workflows/codeql-analysis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838

3939
steps:
4040
- name: Checkout repository
41-
uses: actions/checkout@v6.0.3
41+
uses: actions/checkout@v7.0.0
4242
with:
4343
persist-credentials: false
4444

.github/workflows/credit.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,10 +17,10 @@ jobs:
1717
GH_TOKEN: ${{ secrets.MNE_BOT_TOKEN }}
1818
GITHUB_TOKEN: ${{ secrets.MNE_BOT_TOKEN }}
1919
steps:
20-
- uses: actions/checkout@v6.0.3
20+
- uses: actions/checkout@v7.0.0
2121
with:
2222
persist-credentials: true
23-
- uses: actions/setup-python@v6
23+
- uses: actions/setup-python@v6.2.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

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,11 +16,11 @@ jobs:
1616
package:
1717
runs-on: ubuntu-latest
1818
steps:
19-
- uses: actions/checkout@v6.0.3
19+
- uses: actions/checkout@v7.0.0
2020
with:
2121
persist-credentials: false
2222
fetch-depth: 0
23-
- uses: actions/setup-python@v6
23+
- uses: actions/setup-python@v6.2.0
2424
- name: Install dependencies
2525
run: |
2626
python -m pip install --upgrade pip packaging build twine

.github/workflows/spec_zero.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
run:
2626
shell: bash -el {0}
2727
steps:
28-
- uses: actions/checkout@v6.0.3
28+
- uses: actions/checkout@v7.0.0
2929
with:
3030
persist-credentials: true
3131
- name: Triage SSH

.github/workflows/tests.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -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
@@ -91,7 +91,7 @@ jobs:
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

environment.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ dependencies:
3939
- numpy >=1.26,<3
4040
- openmeeg >=2.5.7
4141
- packaging
42-
- pandas >=2.2
42+
- pandas >=2.2,!=3.0.4
4343
- pillow
4444
- pip
4545
- pooch >=1.5

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ doc-full = ["rpy2", {include-group = "doc"}]
3838
# Dependencies in a separate group for uv lockfile generation, currently only used for
3939
# the 'old' environment CI test run
4040
lockfile_extras = [
41-
"pandas >= 2.2", # released 2024-01-20, will become 2.3 on 2027-06-05
41+
"pandas >= 2.2,!=3.0.4", # released 2024-01-20, will become 2.3 on 2027-06-05
4242
"scikit-learn >= 1.5", # released 2024-05-21, will become 1.6 on 2026-12-09
4343
]
4444
test = [
@@ -169,7 +169,7 @@ full-no-qt = [
169169
"nilearn",
170170
"numba >= 0.35",
171171
"openmeeg >= 2.5.7",
172-
"pandas >= 2.2", # released 2024-01-20, will become 2.3 on 2027-06-05
172+
"pandas >= 2.2,!=3.0.4", # released 2024-01-20, will become 2.3 on 2027-06-05
173173
"pillow", # for `Brain.save_image` and `mne.Report`
174174
"pyarrow", # only needed to avoid a deprecation warning in pandas
175175
"pybv",

0 commit comments

Comments
 (0)