Skip to content

Commit 59ee9b9

Browse files
[dependabot]: Bump the actions group with 2 updates (#14027)
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 88618bc commit 59ee9b9

4 files changed

Lines changed: 7 additions & 7 deletions

File tree

.github/workflows/autofix.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
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

.github/workflows/credit.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
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

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
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

.github/workflows/tests.yml

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

0 commit comments

Comments
 (0)