Skip to content

Commit c5789cd

Browse files
[dependabot]: Bump the actions group with 4 updates (#14106)
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 b6efc8a commit c5789cd

8 files changed

Lines changed: 17 additions & 17 deletions

File tree

.github/workflows/autofix.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,15 +12,15 @@ jobs:
1212
name: Autofix and style
1313
runs-on: ubuntu-latest
1414
steps:
15-
- uses: actions/checkout@v7.0.0
15+
- uses: actions/checkout@v7.0.1
1616
with:
1717
persist-credentials: false
18-
- uses: actions/setup-python@v6.3.0
18+
- uses: actions/setup-python@v7.0.0
1919
- run: pip install --upgrade towncrier pygithub gitpython numpy vulture
2020
- run: python ./.github/actions/rename_towncrier/rename_towncrier.py
2121
- run: python ./tools/dev/ensure_headers.py
2222
- run: vulture
2323
# Run this last, since it can fail the job if moved up
24-
- uses: j178/prek-action@v2.0.5
24+
- uses: j178/prek-action@v2.0.6
2525
- uses: autofix-ci/action@c5b2d67aa2274e7b5a18224e8171550871fc7e4a
2626
if: success() || failure()

.github/workflows/autopush.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
contents: write
1111
runs-on: ubuntu-latest
1212
steps:
13-
- uses: actions/checkout@v7.0.0
13+
- uses: actions/checkout@v7.0.1
1414
with:
1515
persist-credentials: true
1616
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@v7.0.0
16+
- uses: actions/checkout@v7.0.1
1717
with:
1818
persist-credentials: false
1919
- uses: scientific-python/action-towncrier-changelog@v2

.github/workflows/codeql-analysis.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -38,13 +38,13 @@ jobs:
3838

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

4545
# Initializes the CodeQL tools for scanning.
4646
- name: Initialize CodeQL
47-
uses: github/codeql-action/init@v4.37.0
47+
uses: github/codeql-action/init@v4.37.1
4848
with:
4949
languages: ${{ matrix.language }}
5050
# If you wish to specify custom queries, you can do so here or in a config file.
@@ -58,7 +58,7 @@ jobs:
5858
# Autobuild attempts to build any compiled languages (C/C++, C#, or Java).
5959
# If this step fails, then you should remove it and run the build manually (see below)
6060
- name: Autobuild
61-
uses: github/codeql-action/autobuild@v4.37.0
61+
uses: github/codeql-action/autobuild@v4.37.1
6262

6363
# ℹ️ Command-line programs to run using the OS shell.
6464
# 📚 See https://docs.github.com/en/actions/using-workflows/workflow-syntax-for-github-actions#jobsjob_idstepsrun
@@ -71,4 +71,4 @@ jobs:
7171
# ./location_of_script_within_repo/buildscript.sh
7272

7373
- name: Perform CodeQL Analysis
74-
uses: github/codeql-action/analyze@v4.37.0
74+
uses: github/codeql-action/analyze@v4.37.1

.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@v7.0.0
20+
- uses: actions/checkout@v7.0.1
2121
with:
2222
persist-credentials: true
23-
- uses: actions/setup-python@v6.3.0
23+
- uses: actions/setup-python@v7.0.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@v7.0.0
19+
- uses: actions/checkout@v7.0.1
2020
with:
2121
persist-credentials: false
2222
fetch-depth: 0
23-
- uses: actions/setup-python@v6.3.0
23+
- uses: actions/setup-python@v7.0.0
2424
- name: Install dependencies
2525
run: |
2626
python -m pip install --upgrade pip packaging build twine

.github/workflows/spec_zero.yml

Lines changed: 2 additions & 2 deletions
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@v7.0.0
28+
- uses: actions/checkout@v7.0.1
2929
with:
3030
persist-credentials: true
3131
- name: Triage SSH
@@ -69,7 +69,7 @@ jobs:
6969
echo "dirty=true" >> $GITHUB_OUTPUT
7070
fi
7171
id: status
72-
- uses: j178/prek-action@v2.0.5
72+
- uses: j178/prek-action@v2.0.6
7373
if: steps.status.outputs.dirty == 'true'
7474
- name: Create PR
7575
run: |

.github/workflows/tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ jobs:
7272
python: '3.14t' # free-threaded
7373
kind: pip-ft
7474
steps:
75-
- uses: actions/checkout@v7.0.0
75+
- uses: actions/checkout@v7.0.1
7676
with:
7777
fetch-depth: 0
7878
persist-credentials: false
@@ -99,7 +99,7 @@ jobs:
9999
pyvista: false
100100
wm: false
101101
# Python (if pip)
102-
- uses: actions/setup-python@v6.3.0
102+
- uses: actions/setup-python@v7.0.0
103103
with:
104104
python-version: ${{ matrix.python }}
105105
if: startswith(matrix.kind, 'pip') || matrix.kind == 'minimal'

0 commit comments

Comments
 (0)