1414 lint :
1515 runs-on : ubuntu-latest
1616 steps :
17- - uses : actions/checkout@v5
17+ - uses : actions/checkout@v6
1818 - uses : actions/setup-python@v6
1919 with :
2020 python-version : " 3.10"
2626 name : Lint Commit Messages
2727 runs-on : ubuntu-latest
2828 steps :
29- - uses : actions/checkout@v5
29+ - uses : actions/checkout@v6
3030 with :
3131 fetch-depth : 0
3232 - uses : wagoid/commitlint-github-action@v6
5151 - " use_cython"
5252 runs-on : ${{ matrix.os }}
5353 steps :
54- - uses : actions/checkout@v5
54+ - uses : actions/checkout@v6
5555 - name : Set up Python
5656 uses : actions/setup-python@v6
5757 with :
8484 - ubuntu-latest
8585 runs-on : ${{ matrix.os }}
8686 steps :
87- - uses : actions/checkout@v5
87+ - uses : actions/checkout@v6
8888 - name : Set up Python
8989 uses : actions/setup-python@v6
9090 with :
@@ -106,7 +106,7 @@ jobs:
106106 codspeed_benchmark :
107107 runs-on : ubuntu-latest
108108 steps :
109- - uses : actions/checkout@v5
109+ - uses : actions/checkout@v6
110110 - name : Setup Python 3.13
111111 uses : actions/setup-python@v6
112112 with :
@@ -140,21 +140,21 @@ jobs:
140140 newest_release_tag : ${{ steps.release.outputs.tag }}
141141
142142 steps :
143- - uses : actions/checkout@v5
143+ - uses : actions/checkout@v6
144144 with :
145145 fetch-depth : 0
146146 ref : ${{ github.head_ref || github.ref_name }}
147147
148148 # Do a dry run of PSR
149149 - name : Test release
150- uses : python-semantic-release/python-semantic-release@v10.4.1
150+ uses : python-semantic-release/python-semantic-release@v10.5.2
151151 if : github.ref_name != 'main'
152152 with :
153153 root_options : --noop
154154
155155 # On main branch: actual PSR + upload to PyPI & GitHub
156156 - name : Release
157- uses : python-semantic-release/python-semantic-release@v10.4.1
157+ uses : python-semantic-release/python-semantic-release@v10.5.2
158158 id : release
159159 if : github.ref_name == 'main'
160160 with :
@@ -246,7 +246,7 @@ jobs:
246246 musl : " "
247247 pyver : cp314t
248248 steps :
249- - uses : actions/checkout@v5
249+ - uses : actions/checkout@v6
250250 with :
251251 ref : ${{ needs.release.outputs.newest_release_tag }}
252252 fetch-depth : 0
@@ -280,7 +280,7 @@ jobs:
280280 echo "CIBW_BUILD=${{ matrix.pyver }}*" >> $GITHUB_ENV
281281 fi
282282 - name : Build wheels
283- uses : pypa/cibuildwheel@v3.2.1
283+ uses : pypa/cibuildwheel@v3.3.0
284284 env :
285285 CIBW_SKIP : cp36-* cp37-* cp38-* cp39-* pp* ${{ matrix.musl == 'musllinux' && '*manylinux*' || '*musllinux*' }}
286286 REQUIRE_CYTHON : 1
0 commit comments