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
8383 cache-build : true
8484
8585 - name : Install python 3.12 for nox
86- uses : actions/setup-python@v5.0 .0
86+ uses : actions/setup-python@v5.1 .0
8787 with :
8888 python-version : 3.12
8989 architecture : x64
@@ -102,7 +102,7 @@ jobs:
102102 # Share ./docs/reports so that they can be deployed with doc in next job
103103 - name : Share reports with other jobs
104104 if : runner.os == 'Linux'
105- 105+ 106106 with :
107107 name : reports_dir
108108 path : ./docs/reports
@@ -115,7 +115,7 @@ jobs:
115115116116
117117 - name : Install python 3.9 for nox
118- uses : actions/setup-python@v5.0 .0
118+ uses : actions/setup-python@v5.1 .0
119119 with :
120120 python-version : 3.9
121121 architecture : x64
@@ -142,14 +142,14 @@ jobs:
142142 fetch-depth : 0 # so that gh-deploy works
143143
144144 - name : Install python 3.9 for nox
145- uses : actions/setup-python@v5.0 .0
145+ uses : actions/setup-python@v5.1 .0
146146 with :
147147 python-version : 3.9
148148 architecture : x64
149149
150150 # 1) retrieve the reports generated previously
151151 - name : Retrieve reports
152- 152+ 153153 with :
154154 name : reports_dir
155155 path : ./docs/reports
@@ -181,7 +181,7 @@ jobs:
181181 EOF
182182 - name : \[not on TAG\] Publish coverage report
183183 if : github.event_name == 'push' && startsWith(github.ref, 'refs/heads')
184- uses : codecov/codecov-action@v4.0 .1
184+ uses : codecov/codecov-action@v4.1 .1
185185 with :
186186 files : ./docs/reports/coverage/coverage.xml
187187 - name : \[not on TAG\] Build wheel and sdist
0 commit comments