26262727
2828 - name : Install python 3.9
29- uses : actions/setup-python@v5.0 .0
29+ uses : actions/setup-python@v5.1 .0
3030 with :
3131 python-version : 3.9
3232 architecture : x64
60606161
6262 - name : Install python ${{ matrix.nox_session.python }} for tests
63- uses : MatteoH2O1999/setup-python@v3.0 .0 # actions/setup-python@v5.0 .0
63+ uses : MatteoH2O1999/setup-python@v3.2 .0 # actions/setup-python@v5.1 .0
6464 id : set-py
6565 with :
6666 python-version : ${{ matrix.nox_session.python }}
6969 cache-build : true
7070
7171 - name : Install python 3.12 for nox
72- uses : actions/setup-python@v5.0 .0
72+ uses : actions/setup-python@v5.1 .0
7373 with :
7474 python-version : 3.12
7575 architecture : x64
8888 # Share ./docs/reports so that they can be deployed with doc in next job
8989 - name : Share reports with other jobs
9090 # if: matrix.nox_session == '...': not needed, if empty won't be shared
91- 91+ 9292 with :
9393 name : reports_dir
9494 path : ./docs/reports
@@ -101,7 +101,7 @@ jobs:
101101102102
103103 - name : Install python 3.9 for nox
104- uses : actions/setup-python@v5.0 .0
104+ uses : actions/setup-python@v5.1 .0
105105 with :
106106 python-version : 3.9
107107 architecture : x64
@@ -128,14 +128,14 @@ jobs:
128128 fetch-depth : 0 # so that gh-deploy works
129129
130130 - name : Install python 3.9 for nox
131- uses : actions/setup-python@v5.0 .0
131+ uses : actions/setup-python@v5.1 .0
132132 with :
133133 python-version : 3.9
134134 architecture : x64
135135
136136 # 1) retrieve the reports generated previously
137137 - name : Retrieve reports
138- 138+ 139139 with :
140140 name : reports_dir
141141 path : ./docs/reports
@@ -167,7 +167,7 @@ jobs:
167167 EOF
168168 - name : \[not on TAG\] Publish coverage report
169169 if : github.event_name == 'push' && startsWith(github.ref, 'refs/heads')
170- uses : codecov/codecov-action@v4.0 .1
170+ uses : codecov/codecov-action@v4.1 .1
171171 with :
172172 files : ./docs/reports/coverage/coverage.xml
173173
@@ -181,7 +181,7 @@ jobs:
181181 # 8) Publish the wheel on PyPi
182182 - name : \[TAG only\] Deploy on PyPi
183183 if : github.event_name == 'push' && startsWith(github.ref, 'refs/tags')
184- 184+ 185185 with :
186186 user : __token__
187187 password : ${{ secrets.PYPI_API_TOKEN }}
0 commit comments