File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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()
Original file line number Diff line number Diff line change 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 }}
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@v7.0.0
16+ - uses : actions/checkout@v7.0.1
1717 with :
1818 persist-credentials : false
1919 - uses : scientific-python/action-towncrier-changelog@v2
Original file line number Diff line number Diff 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.
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
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
Original file line number Diff line number Diff 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
Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change 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
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 : |
Original file line number Diff line number Diff line change 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
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'
You can’t perform that action at this time.
0 commit comments